.oraiste-core-page-inline-style {
    position: absolute !important;
    width: 0;
    height: 0;
    line-height: 1;
    display: none
}

.kc-elm.qodef-shortcode .fa,
.kc-elm.qodef-shortcode .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.kc-elm.qodef-shortcode .fa:before,
.kc-elm.qodef-shortcode .fas:before {
    font-family: inherit;
    font-weight: inherit
}

.kc-elm.qodef-shortcode .fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400
}

.kc-elm.qodef-shortcode .fab:before {
    font-family: inherit;
    font-weight: inherit
}

#qodef-back-to-top {
    bottom: 25px;
    height: 40px;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 25px;
    visibility: hidden;
    width: 40px;
    z-index: 10000
}

#qodef-back-to-top .qodef-back-to-top-icon {
    align-items: center;
    color: var(--qode-heading-color);
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    transition: color .2s ease-out, transform .35s cubic-bezier(.2, .89, .32, .95)
}

#qodef-back-to-top svg {
    display: block;
    fill: none;
    height: auto;
    stroke: currentColor;
    width: 10.3px
}

#qodef-back-to-top:hover .qodef-back-to-top-icon {
    transform: translateY(-4px);
    color: var(--qode-main-color)
}

#qodef-back-to-top.qodef--off {
    opacity: 0;
    transition: opacity .15s ease, visibility 0s .15s;
    visibility: hidden
}

#qodef-back-to-top.qodef--on {
    opacity: 1;
    transition: opacity .3s ease;
    visibility: visible
}

.qodef-background-text {
    position: relative
}

.qodef-background-text .qodef-m-background-text {
    color: var(--qode-main-color);
    font-family: var(--qode-heading-font-family);
    font-size: 200px;
    line-height: 1em;
    position: absolute
}

.qodef-background-text .qodef-m-background-text-holder {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-inner {
    display: grid;
    grid-template-areas: "info-on-image";
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 23px 25px 23px 25px;
    grid-area: info-on-image
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-background-color);
    content: '';
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content>* {
    z-index: 1
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media-image {
    grid-area: info-on-image
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media>* {
    margin-bottom: 0
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
    margin: 0
}

.qodef-blog.qodef-item-layout--info-on-image article:hover .qodef-e-content:before {
    opacity: .3
}

.qodef-blog .qodef-e.qodef--has-appear {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .1s, opacity .3s .1s
}

.qodef-blog .qodef-e.qodef--has-appear.qodef--appear {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    align-items: flex-end;
    display: flex
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    flex-shrink: 0;
    margin: 0 25px 0 0;
    width: 150px !important
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-info.qodef-info--top {
    margin-bottom: 8px !important
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title {
    margin-bottom: var(--qode-h6-offset)
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: var(--qode-heading-color) !important
}

.qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: var(--qode-main-color) !important
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article .qodef-e-info.qodef-info--bottom {
    margin-bottom: 23px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article.format-link .qodef-e-link {
    margin-bottom: 18px
}

.qodef-blog.qodef-item-layout--standard.qodef-col-num--1 article.format-quote .qodef-e-quote {
    margin-bottom: 18px
}

.widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 105px !important
}

@media only screen and (max-width:1366px) {
    .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        width: 88px !important
    }
}

.widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: var(--qode-heading-color)
}

.widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-sidebar .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 105px !important
}

@media only screen and (max-width:1366px) {
    #qodef-page-sidebar .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        width: 88px !important
    }
}

#qodef-page-sidebar .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: var(--qode-heading-color)
}

#qodef-page-sidebar .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 105px !important
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        width: 88px !important
    }
}

#qodef-page-header .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: var(--qode-heading-color)
}

#qodef-page-header .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 105px !important
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        width: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 105px !important
}

@media only screen and (max-width:1366px) {
    #qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        width: 88px !important
    }
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: var(--qode-heading-color)
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-page-footer-bottom-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 105px !important
}

@media only screen and (max-width:1366px) {
    #qodef-page-footer-bottom-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        width: 88px !important
    }
}

#qodef-page-footer-bottom-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: var(--qode-heading-color)
}

#qodef-page-footer-bottom-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-fullscreen-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin-right: 20px;
    width: 105px !important
}

@media only screen and (max-width:1366px) {
    #qodef-fullscreen-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
        width: 88px !important
    }
}

#qodef-fullscreen-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a {
    color: var(--qode-heading-color)
}

#qodef-fullscreen-area .widget.widget_oraiste_core_blog_list .qodef-blog.qodef-item-layout--simple article .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

#qodef-author-info {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: var(--qode-additional-background-color);
    margin-top: -20px
}

#qodef-author-info .qodef-m-inner {
    align-items: center;
    display: flex;
    position: relative;
    padding: 28px 10% 28px 28px
}

#qodef-author-info .qodef-m-image {
    flex-shrink: 0;
    margin-right: 30px
}

#qodef-author-info .qodef-m-image a,
#qodef-author-info .qodef-m-image img {
    display: block
}

#qodef-author-info .qodef-m-image img {
    border-radius: 50%
}

#qodef-author-info .qodef-m-content {
    margin-bottom: 10px
}

#qodef-author-info .qodef-m-author {
    margin: 0
}

#qodef-author-info .qodef-m-author a:hover {
    color: var(--qode-main-color)
}

#qodef-author-info .qodef-m-email {
    margin: 0
}

#qodef-author-info .qodef-m-description {
    margin: 12px 0 0 0
}

#qodef-author-info .qodef-m-social-icons {
    margin-top: 22px
}

#qodef-author-info .qodef-m-social-icons a {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 13px
}

#qodef-author-info .qodef-m-social-icons a:last-child {
    margin-right: 0
}

#qodef-author-info .qodef-m-social-icons a:hover {
    color: var(--qode-main-color)
}

#qodef-related-posts {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 60px
}

#qodef-related-posts .qodef-blog.qodef-item-layout--simple article .qodef-e-inner {
    align-items: flex-start;
    flex-direction: column
}

#qodef-related-posts .qodef-blog.qodef-item-layout--simple article .qodef-e-media-image {
    margin: 0 0 20px 0;
    width: 100% !important
}

#qodef-single-post-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 60px 0 0 0
}

#qodef-single-post-navigation .qodef-m-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

#qodef-single-post-navigation .qodef-m-nav {
    align-items: center;
    display: flex;
    max-width: 100%;
    position: relative
}

#qodef-single-post-navigation .qodef-m-nav-content {
    display: flex;
    flex-direction: column
}

#qodef-single-post-navigation .qodef-m-nav-label {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

#qodef-single-post-navigation .qodef-m-nav-icon {
    fill: none;
    margin-top: 4px;
    stroke: currentColor;
    transition: stroke .2s ease-out;
    width: 19px
}

#qodef-single-post-navigation .qodef-m-nav-image {
    width: 105px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
    flex-direction: row-reverse
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-content {
    align-items: flex-start
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-image {
    margin-right: 25px
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-content {
    align-items: flex-end
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-image {
    margin-left: 25px
}

#qodef-single-post-navigation .qodef-m-nav:hover .qodef-m-nav-icon {
    stroke: var(--qode-main-color)
}

.qodef-page-footer--uncover #qodef-page-outer {
    z-index: 90
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
    position: fixed;
    bottom: 0;
    left: 0
}

.qodef-fs-menu-svg {
    stroke-dashoffset: 1125
}

.qodef-fullscreen-menu-animate--out .qodef-fs-menu-svg {
    stroke-dashoffset: 0
}

.qodef-fullscreen-menu-animate--in .qodef-fs-menu-svg {
    animation: qodef-border-line-draw 1s ease-in-out .4s forwards
}

#qodef-fullscreen-area {
    background-color: var(--qode-fullscreen-menu-background-color);
    background-size: cover;
    height: 100%;
    left: 0;
    overflow-x: hidden !important;
    position: fixed;
    top: 0;
    visibility: hidden;
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), visibility .6s;
    right: 100%;
    transform: translateX(100%);
    width: 100%;
    z-index: 99
}

#qodef-fullscreen-area .qodef-content-grid {
    height: 100%
}

#qodef-fullscreen-area .qodef-content-grid .qodef-fullscreen-menu {
    width: 100%
}

.qodef-fullscreen-menu-animate--in #qodef-fullscreen-area {
    transform: translateX(0);
    visibility: visible
}

#qodef-fullscreen-area-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#qodef-fullscreen-area-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.qodef-fullscreen-menu {
    margin: 0 auto;
    position: relative;
    text-align: left;
    top: 0
}

.qodef-fullscreen-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-fullscreen-menu ul li {
    margin: 0;
    padding: 0;
    position: relative
}

.qodef-fullscreen-menu ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-fullscreen-menu ul.sub-menu {
    display: none
}

.qodef-fullscreen-menu .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-fullscreen-menu .qodef-menu-item-arrow {
    display: none
}

.qodef-fullscreen-menu .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-fullscreen-menu>ul>li {
    margin: 18px 0
}

.qodef-fullscreen-menu>ul>li>a {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: var(--qode-h1-fs);
    line-height: var(--qode-h1-lh);
    font-weight: var(--qode-heading-font-weight);
    color: var(--qode-fullscreen-menu-inactive-color)
}

.qodef-fullscreen-menu>ul>li>a:hover {
    color: var(--qode-fullscreen-menu-active-color)
}

.qodef-fullscreen-menu>ul>li.current-menu-ancestor>a,
.qodef-fullscreen-menu>ul>li.current-menu-item>a {
    color: var(--qode-fullscreen-menu-active-color)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner>ul {
    padding: 16px 0 0 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    color: var(--qode-fullscreen-menu-inactive-color);
    line-height: 1.3em !important;
    margin: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a:hover {
    color: var(--qode-fullscreen-menu-active-color)
}

.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-fullscreen-menu .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: var(--qode-fullscreen-menu-active-color)
}

.qodef-fullscreen-menu-opener.qodef-source--predefined svg {
    height: auto;
    width: 58px
}

.qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    transition-delay: 0s
}

.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    transition-delay: .2s
}

.qodef-fullscreen-menu-animate--out .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    transition-delay: .36s
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener {
    color: var(--qode-main-color)
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-fullscreen-menu--opened #qodef-page-header,
.qodef-fullscreen-menu--opened #qodef-page-mobile-header {
    visibility: hidden
}

.qodef-fullscreen-menu--opened .qodef-fullscreen-menu-opener,
.qodef-fullscreen-menu--opened .qodef-header-logo-image.qodef--customizer,
.qodef-fullscreen-menu--opened .qodef-header-logo-link,
.qodef-fullscreen-menu--opened .qodef-mobile-header-logo-link {
    visibility: visible
}

.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-header .qodef-header-logo-link img.qodef--dark {
    opacity: 1 !important;
    transition-delay: .35s
}

.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-header .qodef-header-logo-link img.qodef--light,
.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-header .qodef-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-header .qodef-header-logo-link img.qodef-beige {
    opacity: 0 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--dark {
    opacity: 1 !important;
    transition-delay: .35s
}

.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--light,
.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef-beige {
    opacity: 0 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1 !important;
    transition-delay: .35s
}

.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef-beige {
    opacity: 0 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1 !important;
    transition-delay: .35s
}

.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef-beige {
    opacity: 0 !important
}

#qodef-fullscreen-area .qodef-widget-holder {
    border-left: 1px solid var(--qode-fullscreen-menu-widget-border-color);
    bottom: 108px;
    padding-left: 26px;
    position: absolute;
    right: 0;
    width: 280px
}

#qodef-page-header .qodef-widget-holder {
    align-items: center;
    display: flex;
    height: 100%;
    margin-left: 24px
}

#qodef-page-header .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-page-header div[id^=monster-widget-placeholder],
#qodef-page-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-page-header-inner {
    border-bottom: 0 solid transparent
}

#qodef-page-header-inner::after {
    background-color: transparent;
    content: '';
    height: 1px;
    left: 40px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 80px)
}

#qodef-page-header-inner.qodef-content-grid {
    padding: 0
}

#qodef-page-header-inner.qodef-content-grid::after {
    left: unset;
    width: 100%
}

#qodef-page-header-inner.qodef-color-skin--light nav>ul>li>a {
    color: #000 !important
}

#qodef-page-header-inner.qodef-color-skin--light nav>ul>li>a .qodef-menu-item-text:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--light nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-color-skin--light nav>ul>li.current-menu-item {
    color: #000 !important
}

#qodef-page-header-inner.qodef-color-skin--light nav>ul>li.current-menu-ancestor .qodef-menu-item-text:after,
#qodef-page-header-inner.qodef-color-skin--light nav>ul>li.current-menu-item .qodef-menu-item-text:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) .qodef-m-icon {
    color: #000 !important
}

#qodef-page-header-inner.qodef-color-skin--light .qodef-woo-dropdown-cart .qodef-m-opener {
    color: #000 !important
}

#qodef-page-header-inner.qodef-color-skin--light .qodef-woo-dropdown-cart .qodef-m-opener:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li>a {
    color: #000 !important
}

#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li>a .qodef-menu-item-text:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li.current-menu-item {
    color: #000 !important
}

#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li.current-menu-ancestor .qodef-menu-item-text:after,
#qodef-page-header-inner.qodef-color-skin--beige nav>ul>li.current-menu-item .qodef-menu-item-text:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--beige .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--beige .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--beige .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) .qodef-m-icon {
    color: #000 !important
}

#qodef-page-header-inner.qodef-color-skin--beige .qodef-woo-dropdown-cart .qodef-m-opener {
    color: #000 !important
}

#qodef-page-header-inner.qodef-color-skin--beige .qodef-woo-dropdown-cart .qodef-m-opener:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li>a {
    color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li>a .qodef-menu-item-text:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li.current-menu-item {
    color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li.current-menu-ancestor .qodef-menu-item-text:after,
#qodef-page-header-inner.qodef-color-skin--dark nav>ul>li.current-menu-item .qodef-menu-item-text:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) .qodef-m-icon {
    color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--dark .qodef-woo-dropdown-cart .qodef-m-opener {
    color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--dark .qodef-woo-dropdown-cart .qodef-m-opener:after {
    background-color: #f2652e !important
}

#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li>a {
    color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li>a .qodef-menu-item-text:after {
    background-color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li.current-menu-ancestor,
#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li.current-menu-item {
    color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li.current-menu-ancestor .qodef-menu-item-text:after,
#qodef-page-header-inner.qodef-color-skin--orange nav>ul>li.current-menu-item .qodef-menu-item-text:after {
    background-color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--orange .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--orange .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened) .qodef-m-icon,
#qodef-page-header-inner.qodef-color-skin--orange .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) .qodef-m-icon {
    color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--orange .qodef-woo-dropdown-cart .qodef-m-opener {
    color: #fff !important
}

#qodef-page-header-inner.qodef-color-skin--orange .qodef-woo-dropdown-cart .qodef-m-opener:after {
    background-color: #fff !important
}

#qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-header .qodef-header-logo-link img.qodef--beige,
#qodef-page-header .qodef-header-logo-link img.qodef--dark,
#qodef-page-header .qodef-header-logo-link img.qodef--orange {
    opacity: 0
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--light):not(.qodef--sticky) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--beige {
    opacity: 1
}

.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--beige #qodef-page-header .qodef-header-logo-link img.qodef--orange {
    opacity: 0
}

.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--dark {
    opacity: 1
}

.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--beige,
.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--dark #qodef-page-header .qodef-header-logo-link img.qodef--orange {
    opacity: 0
}

.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--orange {
    opacity: 1
}

.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--beige,
.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--orange #qodef-page-header .qodef-header-logo-link img.qodef--light {
    opacity: 0
}

.qodef-color-skin--light#qodef-page-header-inner .qodef-header-logo-link img.qodef--beige {
    opacity: 1 !important
}

.qodef-color-skin--light#qodef-page-header-inner .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--light#qodef-page-header-inner .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--light#qodef-page-header-inner .qodef-header-logo-link img.qodef--orange {
    opacity: 0 !important
}

.qodef-color-skin--beige#qodef-page-header-inner .qodef-header-logo-link img.qodef--beige {
    opacity: 1 !important
}

.qodef-color-skin--beige#qodef-page-header-inner .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--beige#qodef-page-header-inner .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--beige#qodef-page-header-inner .qodef-header-logo-link img.qodef--orange {
    opacity: 0 !important
}

.qodef-color-skin--dark#qodef-page-header-inner .qodef-header-logo-link img.qodef--dark {
    opacity: 1 !important
}

.qodef-color-skin--dark#qodef-page-header-inner .qodef-header-logo-link img.qodef--beige,
.qodef-color-skin--dark#qodef-page-header-inner .qodef-header-logo-link img.qodef--light,
.qodef-color-skin--dark#qodef-page-header-inner .qodef-header-logo-link img.qodef--orange {
    opacity: 0 !important
}

.qodef-color-skin--orange#qodef-page-header-inner .qodef-header-logo-link img.qodef--orange {
    opacity: 1 !important
}

.qodef-color-skin--orange#qodef-page-header-inner .qodef-header-logo-link img.qodef--beige,
.qodef-color-skin--orange#qodef-page-header-inner .qodef-header-logo-link img.qodef--dark,
.qodef-color-skin--orange#qodef-page-header-inner .qodef-header-logo-link img.qodef--light {
    opacity: 0 !important
}

.qodef-header--minimal #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header--minimal #qodef-page-header-inner .qodef-widget-holder {
    margin-right: 30px
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: inline-flex;
    align-items: center
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
    margin-left: auto;
    margin-right: auto
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: auto
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 24px
}

.qodef-header--switch #qodef-page-header .qodef-widget-holder {
    margin-right: auto
}

.qodef-header-switch-navigation {
    background-color: var(--qode-background-color);
    min-height: 210px;
    padding: 0 40px 0 40px;
    position: relative;
    right: -40px;
    top: 0;
    transform: translateY(calc(50% - 19px));
    width: 250px
}

.qodef-header-switch-navigation ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    width: 100%
}

.qodef-header-switch-navigation ul li {
    opacity: 1;
    padding: 0;
    pointer-events: all;
    position: relative;
    transition: opacity .2s ease-out
}

.qodef-header-switch-navigation ul li:first-child {
    margin-top: 0
}

.qodef-header-switch-navigation ul li:last-child {
    margin-bottom: 0
}

.qodef-header-switch-navigation ul li a {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    display: inline-block;
    margin: 6px 0;
    text-align: right;
    width: 100%
}

.qodef-header-switch-navigation ul li a .qodef-menu-item-arrow {
    fill: none;
    height: auto;
    stroke: currentColor;
    width: 19px;
    left: calc(100% + 11px);
    position: absolute;
    right: auto;
    top: calc(50% - 4px);
    left: auto;
    right: calc(100% + 11px);
    padding-bottom: 1px;
    transform: rotate(180deg);
    top: calc(50% - 6px)
}

.qodef-header-switch-navigation ul li a .qodef-menu-item-text {
    position: relative;
    display: inline-block;
    position: relative
}

.qodef-header-switch-navigation ul li a .qodef-menu-item-text:after {
    background-color: var(--qode-main-color);
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: 2px;
    transition: opacity .2s ease-out;
    width: 6px
}

.qodef-header-switch-navigation ul li a:hover {
    color: var(--qode-text-color)
}

.qodef-header-switch-navigation ul li a:hover .qodef-menu-item-text:after {
    opacity: 1
}

.qodef-header-switch-navigation ul li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-switch-navigation ul li.current-menu-item>a .qodef-menu-item-text:after {
    opacity: 1
}

.qodef-header-switch-navigation ul li.qodef-menu--back a {
    color: var(--qode-submenu-inactive-color)
}

.qodef-header-switch-navigation ul li.qodef-menu--back a svg {
    fill: none;
    height: auto;
    stroke: currentColor;
    width: 19px
}

.qodef-header-switch-navigation ul li.qodef-menu--back a:hover {
    color: var(--qode-main-color)
}

.qodef-header-switch-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header-switch-navigation ul li .qodef-drop-down-second .sub-menu {
    left: 130%;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    transition: all .2s cubic-bezier(.46, .03, .52, .96)
}

.qodef-header-switch-navigation ul li .qodef-drop-down-second-inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997
}

.qodef-header-switch-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header-switch-navigation ul li.qodef-menu-sibling--open {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s
}

.qodef-header-switch-navigation ul li.qodef-menu-sibling--open>a {
    opacity: 0
}

.qodef-header-switch-navigation ul li.qodef-menu-item--open>a {
    opacity: 0;
    pointer-events: none
}

.qodef-header-switch-navigation ul li.qodef-menu-item--open .qodef-drop-down-second-inner>.sub-menu,
.qodef-header-switch-navigation ul li.qodef-menu-item--open>.sub-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all .3s cubic-bezier(.65, .05, .36, 1) 50ms
}

.qodef-header-switch-navigation>ul>li>a {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: 14px;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    color: var(--qode-heading-color);
    font-weight: 400;
    margin: 8px 0;
    transition: color .2s ease-out, opacity .2s ease-out
}

.qodef-header-switch-navigation>ul>li>a:hover {
    color: var(--qode-heading-color)
}

.qodef-header-switch-navigation>ul>li>a:hover .qodef-menu-item-text:after {
    opacity: 1
}

.qodef-header-switch-navigation .qodef-menu-item-arrow {
    display: none
}

.qodef-header-switch-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header-switch-navigation .qodef-mega-menu-widget-holder {
    display: none
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1400.qodef-header--vertical-sliding .qodef-content-grid {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1680px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1300.qodef-header--vertical-sliding .qodef-content-grid {
        width: 768px
    }
}

@media only screen and (min-width:1367px) and (max-width:1440px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
        width: 1100px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1200.qodef-header--vertical-sliding .qodef-content-grid {
        width: 768px
    }
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid {
        width: 960px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .qodef-content-grid-1100.qodef-header--vertical-sliding .qodef-content-grid {
        width: 768px
    }
}

.qodef-header--vertical-sliding #qodef-page-header {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 53px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-vertical-sliding-area {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static {
    background-color: var(--qode-background-color);
    border-right: 1px solid var(--qode-additional-border-color);
    width: 53px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-header-logo-link,
.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-widget-holder {
    animation: qode-fade-in .25s .6s linear both;
    transform: rotate(-90deg)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-header-logo-link {
    height: 53px;
    left: 0;
    overflow: visible;
    position: absolute;
    top: calc(23px + 10px);
    width: 53px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-header-logo-link img {
    left: unset;
    max-width: unset;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-widget-holder {
    bottom: 23px;
    height: 53px;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    white-space: nowrap;
    width: 53px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic {
    background-color: var(--qode-background-color);
    border-right: 1px solid var(--qode-additional-border-color);
    left: -628px;
    padding: 38px 103px 15px 156px;
    position: fixed;
    top: 0;
    transition: all .6s cubic-bezier(.7, 0, .24, .99);
    visibility: hidden;
    width: 575px;
    z-index: -1
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder {
    height: auto;
    left: 156px;
    margin: 0;
    position: absolute;
    z-index: 101
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--two {
    top: 23px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--three {
    bottom: 23px;
    padding-left: 15px
}

.qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--three:before {
    background-color: var(--qode-border-color);
    content: '';
    display: block;
    height: calc(100% - 12px);
    left: 0;
    position: absolute;
    top: 6px;
    width: 1px
}

.qodef-header--vertical-sliding #qodef-page-header-inner {
    padding: 0
}

.qodef-header--vertical-sliding #qodef-page-header.qodef-vertical-sliding-menu--opened .qodef--dynamic {
    left: 0;
    visibility: visible
}

.qodef-header--vertical-sliding.admin-bar #qodef-page-header,
.qodef-header--vertical-sliding.admin-bar .qodef--dynamic {
    height: calc(100% - 32px);
    top: 32px
}

.qodef-header--vertical-sliding #qodef-page-footer,
.qodef-header--vertical-sliding #qodef-page-outer {
    padding-left: 53px
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener {
    display: block
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--predefined svg {
    height: auto;
    width: 29px
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener:focus {
    color: var(--qode-link-color)
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--open {
    visibility: hidden
}

.qodef-vertical-sliding-menu--opened .qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close {
    visibility: visible
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 100
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li {
    margin: 0;
    padding: 0;
    position: relative
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li a .qodef-menu-item-arrow {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
    transform: translateZ(0)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second-inner {
    display: block;
    padding: 0;
    position: relative;
    z-index: 997
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li {
    margin: 18px 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: var(--qode-h1-fs);
    line-height: var(--qode-h1-lh);
    font-weight: var(--qode-heading-font-weight);
    color: var(--qode-heading-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a:hover {
    color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-ancestor>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li.current-menu-item>a {
    color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner>ul {
    padding: 10px 0 0 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: var(--qode-h3-fs);
    line-height: var(--qode-h3-lh);
    font-weight: var(--qode-heading-font-weight);
    color: var(--qode-heading-color);
    line-height: 1.3em !important;
    margin: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li>a:hover {
    color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li.current-menu-ancestor>a,
.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation .qodef-drop-down-second-inner ul li.current-menu-item>a {
    color: var(--qode-main-color)
}

.qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation ul li .qodef-drop-down-second {
    display: none
}

.qodef-header--fixed-display #qodef-page-header,
.qodef-header--fixed-display #qodef-top-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
    left: 30px;
    width: calc(100% - 60px)
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,
.qodef-header--fixed-display.admin-bar #qodef-top-area {
    top: 32px
}

.qodef-header-sticky {
    background-color: var(--qode-background-color);
    height: 70px;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateY(-100%);
    transition: transform .5s ease, top .5s ease;
    width: 100%;
    z-index: 100
}

.qodef-header--sticky-display .qodef-header-sticky {
    transform: translateY(0)
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
    top: 32px
}

.qodef-header-sticky-inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 40px;
    position: relative
}

.qodef-header-sticky-inner.qodef-content-grid {
    padding: 0
}

.qodef-header-standard--right .qodef-header-sticky-inner .qodef-header-logo-link {
    margin-right: auto
}

.qodef-header-standard--left .qodef-header-sticky-inner {
    justify-content: flex-start
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation {
    margin-left: 20px
}

.qodef-header-standard--left .qodef-header-sticky-inner .qodef-widget-holder {
    margin-left: auto !important
}

#qodef-top-area {
    position: relative;
    background-color: #000;
    z-index: 101
}

#qodef-top-area-inner {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 40px;
    position: relative
}

#qodef-top-area-inner.qodef-content-grid {
    padding: 0 !important
}

#qodef-top-area .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-left {
    margin-right: auto
}

#qodef-top-area .qodef-widget-holder.qodef-top-area-right {
    margin-left: auto
}

#qodef-top-area .qodef-widget-holder .widget {
    margin: 0 12px
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
    margin-left: 0
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
    margin-right: 0
}

#qodef-top-area .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-top-area .widget .textwidget>*,
#qodef-top-area .widget .widget p {
    margin: 0
}

#qodef-top-area div[id^=monster-widget-placeholder],
#qodef-top-area div[id^=woo-monster-widget-placeholder] {
    display: none
}

#qodef-multiple-map-notice {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 30px 15%;
    text-align: center;
    color: #f2652e;
    background-color: #f6f3ee
}

.qodef-map-marker-holder {
    transform: translate(-50%, -100%);
    z-index: 10
}

.qodef-map-marker-holder.qodef-active {
    z-index: 500
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
    display: block
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-map-marker {
    position: relative;
    width: 50px;
    height: auto;
    transition: all .15s ease-out
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.qodef-map-marker-holder .qodef-map-marker svg {
    width: 100%;
    height: auto
}

.qodef-map-marker-holder .qodef-map-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-map-marker-holder .qodef-info-window {
    position: absolute;
    top: -10px;
    left: -17px;
    display: none;
    min-width: 284px;
    background-color: #fff;
    border: 1px solid #969696;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .14);
    z-index: 10;
    transition: opacity .3s ease;
    transform: translate(0, -100%)
}

.qodef-map-marker-holder .qodef-info-window-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 35px;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-top: 1px solid #969696;
    border-left: 1px solid #969696;
    transform: rotate(-135deg)
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
    margin-right: 12px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
    display: block;
    width: 65px
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
    margin: 0;
    transition: color .2s ease-out
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
    margin: 3px 0 0;
    font-family: Prompt, sans-serif;
    font-size: 14px;
    line-height: 1.2em
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
    color: #f2652e
}

.qodef-cluster-marker {
    width: 50px;
    height: auto
}

.qodef-cluster-marker.qodef-active svg path:first-child,
.qodef-cluster-marker:hover svg path:first-child {
    fill: #3ebeb4
}

.qodef-cluster-marker.qodef-active svg path:last-child,
.qodef-cluster-marker:hover svg path:last-child {
    fill: #51a69e
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
    position: relative
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000
}

.qodef-cluster-marker svg {
    width: 100%;
    height: auto
}

.qodef-cluster-marker svg path {
    transition: fill .2s ease-in-out
}

.qodef-places-geo-radius {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    height: 48px;
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #969696;
    z-index: 9999
}

.qodef-places-geo-radius .qodef-range-slider-label {
    display: inline-flex;
    align-items: center;
    height: 100%
}

.qodef-places-geo-radius .noUi-target {
    position: relative;
    display: inline-flex;
    height: 3px;
    width: calc(100% - 70px);
    background-color: #eaeaea;
    border: 0;
    direction: ltr;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 10px
}

.qodef-places-geo-radius .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    user-select: none
}

.qodef-places-geo-radius .noUi-target .noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect,
.qodef-places-geo-radius .noUi-target .noUi-origin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: transform;
    transform-origin: 0 0
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
    background-color: #f2652e
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
    position: absolute;
    top: -3px;
    left: auto;
    right: -9px;
    width: 9px;
    height: 9px;
    background-color: #f2652e;
    cursor: pointer
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
    position: absolute;
    left: 50%;
    bottom: 7px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%)
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
    content: ' km'
}

.qodef-places-geo-radius .noUi-state-drag * {
    cursor: inherit !important
}

.qodef-places-geo-radius .noUi-draggable {
    cursor: ew-resize
}

.qodef-places-geo-radius [disabled] .noUi-handle,
.qodef-places-geo-radius [disabled].noUi-handle,
.qodef-places-geo-radius [disabled].noUi-target {
    cursor: not-allowed !important
}

#qodef-page-mobile-header {
    background-color: var(--qode-background-color)
}

#qodef-page-mobile-header .qodef-widget-holder {
    display: flex;
    align-items: center;
    height: 100%
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
    margin: 0 0 0 12px
}

#qodef-page-mobile-header .widget {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#qodef-page-mobile-header .widget .textwidget>*,
#qodef-page-mobile-header .widget .widget p {
    margin: 0
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],
#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
    display: none
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
    transition: transform .3s ease, top .3s ease
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    transform: translateY(0)
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
    top: 46px
}

#qodef-page-mobile-header-inner.qodef-content-grid {
    padding: 0
}

.qodef--passepartout #qodef-page-mobile-header-inner {
    padding: 0
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
    width: 100%
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
    margin-right: auto;
    max-height: 100%;
    width: auto
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--beige,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange {
    opacity: 0
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--light) {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--beige {
    opacity: 1
}

.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange {
    opacity: 0
}

.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
    opacity: 1
}

.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--beige,
.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange {
    opacity: 0
}

.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange {
    opacity: 1
}

.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--beige,
.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 0
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
    margin-right: 5px
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
    cursor: default
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
    display: none
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-mobile-header--minimal #qodef-page-mobile-header-inner .qodef-opener-icon {
    margin-left: 20px
}

.qodef-fullscreen-menu--opened {
    overflow-y: hidden
}

.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
    opacity: 1 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--light #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef-beige {
    opacity: 0 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark {
    opacity: 1 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light,
.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--beige #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef-beige {
    opacity: 0 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--orange #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef-beige {
    opacity: 0 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
    opacity: 1 !important
}

.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,
.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--orange,
.qodef-fullscreen-menu--opened.qodef-color-skin--dark #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef-beige {
    opacity: 0 !important
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
    justify-content: flex-end
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-right: auto
}

.qodef-header-navigation .qodef-menu-item-icon {
    display: block;
    line-height: inherit;
    margin-right: 5px
}

.qodef-header-navigation .qodef-menu-item-icon:before {
    display: block;
    line-height: inherit
}

.qodef-header-navigation ul li .qodef-drop-down-second {
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: auto;
    z-index: 10
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
    opacity: 1;
    overflow: visible;
    transition: opacity .2s ease-out;
    visibility: visible;
    z-index: 20
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
    display: none;
    white-space: normal
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
    left: auto;
    right: 0
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
    opacity: 1;
    position: relative;
    top: auto;
    visibility: visible
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
    display: block
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
    background-color: var(--qode-submenu-background-color)
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
    padding: 0 40px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 32px 0 35px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
    padding: 0 15px;
    width: 100%
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: 14px;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    color: var(--qode-heading-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover .qodef-menu-item-text:after {
    opacity: 1
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
    display: none
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
    padding-top: 9px
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
    position: relative;
    display: flex;
    white-space: normal;
    margin: 9px 0;
    overflow: hidden;
    transition: color .2s ease-out;
    transition: color .2s ease-out;
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-submenu-inactive-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
    flex-shrink: 0
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a {
    color: var(--qode-submenu-active-color)
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a .qodef-menu-item-text:after,
.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a .qodef-menu-item-text:after {
    opacity: 1
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover .qodef-menu-item-text:after {
    opacity: 1
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
    padding: 0 40px
}

.qodef-opener-icon {
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle
}

.qodef-opener-icon .qodef-m-icon {
    position: relative;
    visibility: visible
}

.qodef-opener-icon .qodef-m-icon.qodef--open {
    color: var(--qode-heading-color)
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden
}

.qodef-opener-icon.qodef-source--icon-pack {
    font-size: 35px
}

.qodef-opener-icon.qodef-source--icon-pack * {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--icon-pack :before {
    display: inline-block;
    line-height: inherit
}

.qodef-opener-icon.qodef-source--svg-path span {
    position: relative
}

.qodef-opener-icon.qodef-source--svg-path span>* {
    vertical-align: middle
}

.qodef-opener-icon.qodef-source--svg-path span path,
.qodef-opener-icon.qodef-source--svg-path span>* {
    fill: currentColor;
    stroke: currentColor
}

.qodef-opener-icon.qodef-source--predefined svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1
}

.qodef-opener-icon.qodef-source--predefined .qodef--close svg {
    stroke-width: 2
}

.qodef-opener-icon.qodef-source--predefined .qodef--open svg line {
    transform: scaleX(1)
}

.qodef-opener-icon.qodef-source--predefined .qodef--open:hover svg line {
    animation: qodef-opener-line-draw .6s
}

.qodef-opener-icon.qodef-source--predefined .qodef--open:hover svg line:nth-of-type(2) {
    animation-delay: .15s
}

.qodef-opener-icon.qodef-source--predefined .qodef--close svg line {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-opener-icon.qodef-source--predefined .qodef--close:hover svg line {
    animation: qodef-closer-line-draw .6s
}

.qodef-opener-icon.qodef-source--predefined .qodef--close:hover svg line:nth-of-type(2) {
    animation-delay: .17s
}

.qodef-parallax {
    overflow: hidden;
    position: relative;
    width: 100%
}

.qodef-parallax.elementor-section {
    overflow: visible
}

.qodef-parallax-row-holder {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width:1024px) {
    .qodef-parallax-mobile--hide .qodef-parallax-row-holder {
        display: none
    }
}

.qodef-parallax-img-holder {
    height: 150%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -50%;
    width: 100%
}

.qodef-browser--edge .qodef-parallax-img-holder,
.qodef-browser--ms-explorer .qodef-parallax-img-holder,
.touchevents .qodef-parallax-img-holder {
    height: 100%;
    opacity: 1;
    top: 0
}

.qodef-parallax-content-holder {
    position: relative;
    z-index: 99
}

.qodef-parallax-img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.touchevents .qodef-parallax-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.qodef-browser--edge .qodef-parallax-img,
.qodef-browser--ms-explorer .qodef-parallax-img {
    height: 100%
}

.qodef-parallax-img-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    will-change: transform
}

.qodef-contact-form-7 {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,
.qodef-contact-form-7 .wpcf7-response-output {
    font-size: 13px;
    font-weight: 300
}

.qodef-contact-form-7 .wpcf7-not-valid-tip {
    color: var(--qode-main-color) !important
}

.qodef-contact-form-7 .wpcf7-response-output {
    border-color: var(--qode-border-color);
    border-width: 1px !important;
    margin: 2em 0 0 0 !important
}

.qodef-contact-form-7 .wpcf7 .ajax-loader {
    animation: qode-rotate 2s linear infinite;
    background: 0 0 !important;
    border: 1px solid var(--qode-additional-border-color) !important;
    border-radius: 50%;
    border-top: 1px solid var(--qode-main-color) !important;
    height: 23px !important;
    margin: 0 0 0 12px !important;
    position: absolute;
    right: 0;
    width: 23px !important
}

.qodef-contact-form-7 .wpcf7 .ajax-loader:before {
    display: none !important
}

.qodef-contact-form-7 .wpcf7-form.sent .wpcf7-response-output {
    border-color: var(--qode-additional-border-color) !important
}

.qodef-contact-form-7 .wpcf7-form.aborted .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-form.failed .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-form.invalid .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-form.spam .wpcf7-response-output,
.qodef-contact-form-7 .wpcf7-form.unaccepted .wpcf7-response-output {
    border-color: var(--qode-main-color) !important
}

.qodef-contact-form-7 .use-floating-validation-tip .wpcf7-not-valid-tip {
    background: var(--qode-background-color);
    border: 1px solid var(--qode-main-color)
}

.qodef-contact-form-7--two-columns div {
    position: relative
}

.wpcf7-form.invalid .qodef-contact-form-7--two-columns .wpcf7-text {
    margin: 0 0 12px
}

.wpcf7-form.invalid .qodef-contact-form-7--two-columns .qodef-button {
    margin-top: 32px
}

.wpcf7-form.invalid .qodef-contact-form-7--two-columns .ajax-loader {
    top: 32px
}

.qodef-instagram-list #sb_instagram {
    padding: 0 !important
}

.qodef-instagram-list #sb_instagram #sbi_images {
    padding: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a {
    background-image: none !important;
    height: auto !important;
    padding-bottom: 0 !important
}

.qodef-instagram-list .sbi_photo_wrap a:after {
    color: #fff;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-out
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
    opacity: 1
}

.qodef-instagram-list .sbi_photo_wrap a img {
    display: inline-block !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 10px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 20px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--short #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 26px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 30px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 40px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 50px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--mega #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 60px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 80px 0 0 !important
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    visibility: hidden;
    z-index: 1
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide a,
.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container .swiper-slide img {
    width: 100%
}

.qodef-instagram-list.qodef-layout--slider .qodef-instagram-swiper-container.qodef-swiper--initialized {
    visibility: visible
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--no #sb_instagram #sbi_images>.sbi_item {
    padding: 0 !important;
    margin: 0 !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -5px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--tiny #sb_instagram #sbi_images>.sbi_item {
    padding: 0 5px !important;
    margin: 0 0 10px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -10px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--small #sb_instagram #sbi_images>.sbi_item {
    padding: 0 10px !important;
    margin: 0 0 20px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--short.qodef--no-bottom-space {
    margin-bottom: -26px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--short #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -13px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--short #sb_instagram #sbi_images>.sbi_item {
    padding: 0 13px !important;
    margin: 0 0 26px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -15px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--normal #sb_instagram #sbi_images>.sbi_item {
    padding: 0 15px !important;
    margin: 0 0 30px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -20px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--medium #sb_instagram #sbi_images>.sbi_item {
    padding: 0 20px !important;
    margin: 0 0 40px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -25px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--large #sb_instagram #sbi_images>.sbi_item {
    padding: 0 25px !important;
    margin: 0 0 50px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega.qodef--no-bottom-space {
    margin-bottom: -60px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -30px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--mega #sb_instagram #sbi_images>.sbi_item {
    padding: 0 30px !important;
    margin: 0 0 60px !important
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images {
    float: none;
    width: auto;
    margin: 0 -40px
}

.qodef-instagram-list.qodef-layout--columns.qodef-gutter--huge #sb_instagram #sbi_images>.sbi_item {
    padding: 0 40px !important;
    margin: 0 0 80px !important
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf {
    overflow: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    float: left;
    border: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
    margin-left: 0;
    display: block;
    margin-bottom: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
    width: 37px;
    height: 37px;
    margin: 0 7px 0 0;
    float: none;
    border-radius: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h5-fs);
    line-height: var(--qode-h5-lh);
    font-weight: var(--qode-heading-font-weight);
    font-weight: 600 !important;
    margin: 0 4px 0 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
    font-family: Prompt, sans-serif;
    font-size: 15px;
    line-height: 1.666em;
    font-weight: 300;
    color: var(--qode-text-color);
    margin-right: 4px;
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,
.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
    margin-top: 4px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
    display: none
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    padding: 0;
    margin-top: -5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    position: relative;
    top: 5px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
    display: flex;
    align-items: baseline;
    margin-left: 0;
    margin-top: -3px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
    content: '\e094';
    font-family: ElegantIcons;
    padding-right: 10px;
    font-size: 18px;
    visibility: hidden
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
    padding: 0;
    font-size: 14px;
    margin-right: 8px
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
    margin-right: 0
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
    margin-left: 0
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:before {
    content: "";
    display: table;
    table-layout: fixed
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets:after {
    clear: both
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 #ctf .ctf-tweets>.ctf-item {
    width: 100%
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 #ctf .ctf-tweets>.ctf-item {
    width: 50%
}

@media only screen and (min-width:681px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--2.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 #ctf .ctf-tweets>.ctf-item {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--3.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 #ctf .ctf-tweets>.ctf-item {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--4.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 #ctf .ctf-tweets>.ctf-item {
    width: 20%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--5.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 #ctf .ctf-tweets>.ctf-item {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--6.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 #ctf .ctf-tweets>.ctf-item {
    width: 14.28571%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--7.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 #ctf .ctf-tweets>.ctf-item {
    width: 12.5%
}

@media only screen and (min-width:1367px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--predefined #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (min-width:1441px) {
    .qodef-twitter-list.qodef-layout--columns.qodef-col-num--8.qodef-responsive--custom #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

.qodef-twitter-list.qodef-gutter--no.qodef--no-bottom-space {
    margin-bottom: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets {
    margin: 0
}

.qodef-twitter-list.qodef-gutter--no #ctf .ctf-tweets>.ctf-item {
    padding: 0;
    margin: 0
}

.qodef-twitter-list.qodef-gutter--tiny.qodef--no-bottom-space {
    margin-bottom: -10px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets {
    margin: 0 -5px
}

.qodef-twitter-list.qodef-gutter--tiny #ctf .ctf-tweets>.ctf-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-twitter-list.qodef-gutter--small.qodef--no-bottom-space {
    margin-bottom: -20px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets {
    margin: 0 -10px
}

.qodef-twitter-list.qodef-gutter--small #ctf .ctf-tweets>.ctf-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-twitter-list.qodef-gutter--short.qodef--no-bottom-space {
    margin-bottom: -26px
}

.qodef-twitter-list.qodef-gutter--short #ctf .ctf-tweets {
    margin: 0 -13px
}

.qodef-twitter-list.qodef-gutter--short #ctf .ctf-tweets>.ctf-item {
    padding: 0 13px;
    margin: 0 0 26px
}

.qodef-twitter-list.qodef-gutter--normal.qodef--no-bottom-space {
    margin-bottom: -30px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets {
    margin: 0 -15px
}

.qodef-twitter-list.qodef-gutter--normal #ctf .ctf-tweets>.ctf-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-twitter-list.qodef-gutter--medium.qodef--no-bottom-space {
    margin-bottom: -40px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets {
    margin: 0 -20px
}

.qodef-twitter-list.qodef-gutter--medium #ctf .ctf-tweets>.ctf-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-twitter-list.qodef-gutter--large.qodef--no-bottom-space {
    margin-bottom: -50px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets {
    margin: 0 -25px
}

.qodef-twitter-list.qodef-gutter--large #ctf .ctf-tweets>.ctf-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-twitter-list.qodef-gutter--mega.qodef--no-bottom-space {
    margin-bottom: -60px
}

.qodef-twitter-list.qodef-gutter--mega #ctf .ctf-tweets {
    margin: 0 -30px
}

.qodef-twitter-list.qodef-gutter--mega #ctf .ctf-tweets>.ctf-item {
    padding: 0 30px;
    margin: 0 0 60px
}

.qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
    margin-bottom: -80px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
    margin: 0 -40px
}

.qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
    padding: 0 40px;
    margin: 0 0 80px
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
    color: var(--qode-text-color)
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
    color: var(--qode-main-color)
}

.qodef-order-tracking p:not(.form-row) {
    margin-top: 0
}

.qodef-order-tracking .form-row {
    margin: 0
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category a,
.qodef-woo-product-list .product-category a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .woocommerce-loop-category__title,
.qodef-woo-product-list .product-category .woocommerce-loop-category__title {
    background-color: #fff;
    left: 50%;
    margin: 0;
    padding: 12px 41px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .count,
.qodef-woo-product-list .count {
    display: none
}

.widget_oraiste_core_woo_dropdown_cart {
    height: 100%
}

.qodef-woo-dropdown-cart {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    position: relative;
    vertical-align: top
}

.qodef-woo-dropdown-cart .qodef-m-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

.qodef-woo-dropdown-cart .qodef-m-opener {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    font-size: 14px;
    font-family: Prompt, sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    color: var(--qode-heading-color);
    align-items: center;
    display: flex;
    font-weight: 400;
    height: 100%;
    position: relative
}

.qodef-woo-dropdown-cart .qodef-m-opener-count {
    padding-left: 3px
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-opener:after {
    background-color: var(--qode-main-color);
    border-radius: 50%;
    content: '';
    display: block;
    height: 6px;
    opacity: 0;
    position: absolute;
    right: -6px;
    top: calc(50% - 9px);
    transition: opacity .2s ease-out;
    width: 6px
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-opener:hover:after {
    opacity: 1
}

.qodef-woo-dropdown-cart .qodef-m-dropdown {
    left: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    transition: opacity .2s ease-out, visibility .2s ease-out;
    visibility: hidden
}

.qodef-woo-dropdown-cart .qodef-m-dropdown-inner {
    background-color: var(--qode-submenu-background-color);
    display: inline-block;
    padding: 23px 16px 16px 20px;
    position: relative;
    vertical-align: top;
    width: 300px
}

.qodef-woo-dropdown-cart .qodef-m-order-details {
    align-items: center;
    border-top: 1px solid var(--qode-additional-border-color);
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
    padding-top: 16px;
    position: relative
}

.qodef-woo-dropdown-cart .qodef-m-order-details>* {
    margin: 0
}

.qodef-woo-dropdown-cart .qodef-m-action {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-top: 1px solid var(--qode-additional-border-color);
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    line-height: 1.45em;
    margin: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    padding: 0
}

.qodef-woo-dropdown-cart .qodef-m-posts-not-found {
    margin: 0 16px 7px 12px
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item {
    align-items: flex-start;
    display: flex;
    margin-top: 20px;
    position: relative
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-item:first-child {
    margin-top: 0
}

.qodef-woo-dropdown-cart .qodef-e-image {
    flex-shrink: 0;
    margin-right: 13px;
    width: 90px
}

.qodef-woo-dropdown-cart .qodef-e-image a,
.qodef-woo-dropdown-cart .qodef-e-image img {
    display: block
}

.qodef-woo-dropdown-cart .qodef-e-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 20px
}

.qodef-woo-dropdown-cart .qodef-e-title {
    margin: var(--qode-h6-offset) 0 0 0;
    text-transform: uppercase
}

.qodef-woo-dropdown-cart .qodef-e-price-quantity {
    margin: 3px 0 0 0
}

.qodef-woo-dropdown-cart .qodef-e-price-quantity .amount {
    margin: 0 0 0 5px
}

.qodef-woo-dropdown-cart .qodef-e-remove {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    position: absolute;
    right: 0;
    top: 0
}

.qodef-woo-dropdown-cart .qodef-e-remove:after,
.qodef-woo-dropdown-cart .qodef-e-remove:before {
    content: '';
    background-color: currentColor;
    position: absolute;
    top: 0;
    left: 7px;
    width: 1px;
    height: 15px
}

.qodef-woo-dropdown-cart .qodef-e-remove:before {
    transform: rotate(45deg)
}

.qodef-woo-dropdown-cart .qodef-e-remove:after {
    transform: rotate(-45deg)
}

.touchevents .qodef-woo-dropdown-cart {
    cursor: pointer
}

.qodef-woo-dropdown-cart:hover .qodef-m-dropdown {
    opacity: 1;
    visibility: visible
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: var(--qode-text-color) !important
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
    color: var(--qode-heading-color) !important
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
    color: var(--qode-main-color) !important
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-remove {
    color: var(--qode-text-color) !important
}

.qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-remove:hover {
    color: var(--qode-heading-color) !important
}

.qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
    color: var(--qode-heading-color) !important
}

.qodef-woo-dropdown-cart .qodef-m-action-link {
    color: var(--qode-text-color) !important
}

.qodef-woo-dropdown-cart .qodef-m-action-link:hover {
    color: var(--qode-heading-color) !important
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
    color: var(--qode-text-color) !important
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-sidebar .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
    color: var(--qode-text-color) !important
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
    color: var(--qode-heading-color) !important
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-header .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
    color: var(--qode-heading-color) !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
    color: var(--qode-text-color) !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
    color: var(--qode-text-color) !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
    color: var(--qode-text-color) !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
    color: var(--qode-text-color) !important
}

#qodef-page-footer-bottom-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
    color: var(--qode-text-color) !important
}

#qodef-page-footer-bottom-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-footer-bottom-area .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
    color: var(--qode-text-color) !important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items {
    color: var(--qode-fullscreen-menu-widget-link-color) !important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a {
    color: var(--qode-fullscreen-menu-widget-link-color) !important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-title a:hover {
    color: var(--qode-fullscreen-menu-active-color) !important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-remove {
    color: var(--qode-fullscreen-menu-widget-link-color) !important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-woo-dropdown-items .qodef-e-remove:hover {
    color: var(--qode-fullscreen-menu-widget-link-color) !important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-m-order-amount .amount {
    color: var(--qode-fullscreen-menu-widget-link-color) !important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-m-action-link {
    color: var(--qode-fullscreen-menu-widget-link-color) !important
}

#qodef-fullscreen-area .qodef-woo-dropdown-cart .qodef-m-action-link:hover {
    color: var(--qode-fullscreen-menu-widget-link-color) !important
}

.qodef-shortcode .last_toggle_el_margin,
.qodef-shortcode .wpb_button,
.qodef-shortcode .wpb_content_element,
.qodef-shortcode .wpb_row,
.qodef-shortcode ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important
}

.qodef-vc-row-wrapper.qodef--parallax-row {
    width: 100%
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
    height: auto !important
}

.qodef-clients-list .qodef-e {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
    width: auto;
    opacity: 1;
    will-change: opacity;
    transition: opacity .35s ease-out;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    opacity: 0;
    will-change: opacity;
    transition: opacity .35s ease-out
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
    opacity: 0
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
    opacity: 1
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
    display: flex;
    align-items: center;
    justify-content: center
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
    line-height: 0;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
    width: auto;
    display: inline-block
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
    display: none
}

.qodef-portfolio-single {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-portfolio-single .qodef-media iframe {
    max-height: calc(56.25vw)
}

.qodef-portfolio-single .qodef-portfolio-title {
    margin: 0 0 17px 0
}

.qodef-portfolio-single .qodef-portfolio-info>* {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 17px
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
    margin-bottom: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: var(--qode-heading-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e a,
.qodef-portfolio-single .qodef-portfolio-info .qodef-e p {
    color: var(--qode-text-color);
    line-height: 24px;
    margin: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-categories {
    display: flex
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category {
    padding: 0 19px 0 0;
    position: relative
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:after {
    content: '/';
    position: absolute;
    right: 5px;
    top: 0;
    color: var(--qode-text-color)
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child {
    padding-right: 0
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-category:last-child:after {
    display: none
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--date p {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share {
    flex-wrap: wrap
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-share ul {
    flex-wrap: wrap
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info--social-share .qodef-social-title {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: var(--qode-heading-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 2px;
    width: 100%
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
    margin-top: -12px
}

.qodef-portfolio-single .qodef-variations--small .qodef-grid>.qodef-grid-inner>.qodef-grid-item.qodef-portfolio-info {
    margin-top: 28px
}

.qodef-portfolio-single .qodef-variations--big {
    margin-bottom: -26px
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
    margin-top: 67px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
    margin-right: 126px
}

.qodef-portfolio-single .qodef-variations--big .qodef-grid>.qodef-grid-inner>.qodef-grid-item.qodef-portfolio-info {
    margin-top: 67px
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
    display: flex;
    flex-wrap: wrap
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info>div {
    flex: 0 50%
}

.qodef-horizontal-portfolio-list {
    height: 100%;
    margin: 0 !important;
    overflow: hidden
}

.elementor-section-height-full .qodef-horizontal-portfolio-list {
    height: 100vh
}

.qodef-horizontal-portfolio-list article {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-horizontal-portfolio-list article.qodef--appear {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-horizontal-portfolio-list .qodef-e-media {
    max-height: 470px;
    overflow: hidden
}

.qodef-horizontal-portfolio-list .qodef-e-media img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-text {
    bottom: 66px;
    left: 112px;
    max-width: 100%;
    position: absolute;
    z-index: 1
}

.qodef-horizontal-portfolio-list .qodef-m-text h1 {
    font-size: calc(4px + 8vh);
    line-height: .937em;
    margin: 0
}

.qodef-horizontal-portfolio-list .qodef-m-text .qodef-text-item {
    display: inline-block
}

.qodef-horizontal-portfolio-list .qodef-m-text .qodef--highlight {
    position: relative
}

.qodef-horizontal-portfolio-list .qodef-m-text svg {
    display: block;
    fill: none;
    height: 130%;
    left: -5%;
    position: absolute;
    stroke: var(--qode-main-color);
    stroke-width: 2px;
    top: -15%;
    width: 120%
}

.qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    height: 125px;
    line-height: 125px;
    text-align: center;
    width: 125px
}

.elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
    bottom: 45px;
    right: 45px;
    max-width: 100%;
    position: absolute;
    z-index: 1
}

.qodef-horizontal-portfolio-list .qodef-m-scroll-indicator svg {
    fill: none;
    height: auto;
    left: 0;
    position: absolute;
    stroke: var(--qode-button-circle-color);
    stroke-width: 1;
    top: 0;
    width: 125px
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder {
    display: flex;
    height: 100%;
    overflow: hidden;
    padding: 98px 0;
    width: 100vw
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder .scroll-content {
    display: flex;
    font-size: 0;
    height: 100%;
    padding: 0 112px
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder .scrollbar-track {
    display: none !important
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder {
    margin: 0 -15px
}

.qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
    padding: 0 15px;
    width: auto
}

@media only screen and (min-width:1025px) {
    .qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
        margin: 0 !important
    }

    .qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item .qodef-e-inner {
        width: 230px
    }
}

@media only screen and (min-width:1367px) {
    .qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
        margin: 0 !important
    }

    .qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item .qodef-e-inner {
        width: 300px
    }
}

.qodef-horizontal-portfolio-list.qodef-gutter--no .qodef-m-items-holder {
    margin: 0
}

.qodef-horizontal-portfolio-list.qodef-gutter--no .qodef-m-items-holder .qodef-grid-item {
    padding: 0;
    margin: 0
}

.qodef-horizontal-portfolio-list.qodef-gutter--tiny .qodef-m-items-holder {
    margin: 0 -5px
}

.qodef-horizontal-portfolio-list.qodef-gutter--tiny .qodef-m-items-holder .qodef-grid-item {
    padding: 0 5px;
    margin: 0 0 10px
}

.qodef-horizontal-portfolio-list.qodef-gutter--small .qodef-m-items-holder {
    margin: 0 -10px
}

.qodef-horizontal-portfolio-list.qodef-gutter--small .qodef-m-items-holder .qodef-grid-item {
    padding: 0 10px;
    margin: 0 0 20px
}

.qodef-horizontal-portfolio-list.qodef-gutter--short .qodef-m-items-holder {
    margin: 0 -13px
}

.qodef-horizontal-portfolio-list.qodef-gutter--short .qodef-m-items-holder .qodef-grid-item {
    padding: 0 13px;
    margin: 0 0 26px
}

.qodef-horizontal-portfolio-list.qodef-gutter--normal .qodef-m-items-holder {
    margin: 0 -15px
}

.qodef-horizontal-portfolio-list.qodef-gutter--normal .qodef-m-items-holder .qodef-grid-item {
    padding: 0 15px;
    margin: 0 0 30px
}

.qodef-horizontal-portfolio-list.qodef-gutter--medium .qodef-m-items-holder {
    margin: 0 -20px
}

.qodef-horizontal-portfolio-list.qodef-gutter--medium .qodef-m-items-holder .qodef-grid-item {
    padding: 0 20px;
    margin: 0 0 40px
}

.qodef-horizontal-portfolio-list.qodef-gutter--large .qodef-m-items-holder {
    margin: 0 -25px
}

.qodef-horizontal-portfolio-list.qodef-gutter--large .qodef-m-items-holder .qodef-grid-item {
    padding: 0 25px;
    margin: 0 0 50px
}

.qodef-horizontal-portfolio-list.qodef-gutter--mega .qodef-m-items-holder {
    margin: 0 -30px
}

.qodef-horizontal-portfolio-list.qodef-gutter--mega .qodef-m-items-holder .qodef-grid-item {
    padding: 0 30px;
    margin: 0 0 60px
}

.qodef-horizontal-portfolio-list.qodef-gutter--huge .qodef-m-items-holder {
    margin: 0 -40px
}

.qodef-horizontal-portfolio-list.qodef-gutter--huge .qodef-m-items-holder .qodef-grid-item {
    padding: 0 40px;
    margin: 0 0 80px
}

.qodef-horizontal-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin-top: 20px !important
}

.qodef-horizontal-portfolio-list.qodef-hover-animation--tilt .qodef-e-media-image {
    transform-style: preserve-3d
}

.qodef-horizontal-portfolio-list.qodef-hover-animation--zoom .qodef-e-inner .qodef-e-media-image {
    overflow: hidden
}

.qodef-horizontal-portfolio-list.qodef-hover-animation--zoom .qodef-e-inner .qodef-e-media-image img {
    transform: scale(1.01);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-horizontal-portfolio-list.qodef-hover-animation--zoom .qodef-e-inner:hover .qodef-e-media-image img {
    transform: scale(1.05)
}

.qodef-horizontal-portfolio-showcase {
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
    opacity: 0;
    transition: .8s ease-out
}

.qodef-horizontal-portfolio-showcase.qodef--appear {
    opacity: 1
}

.qodef-horizontal-portfolio-showcase.qodef--appear .qodef-m-text .qodef-text-holder {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.elementor-section-height-full .qodef-horizontal-portfolio-showcase {
    height: 100vh
}

.qodef-horizontal-portfolio-showcase .qodef-m-text {
    display: grid;
    place-items: end start
}

.qodef-horizontal-portfolio-showcase .qodef-m-text .qodef-text-holder {
    font-size: 100px;
    line-height: 1em;
    margin: 0 0;
    padding: 47px 62px;
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-horizontal-portfolio-showcase .qodef-m-text .qodef-text-item {
    display: inline-block
}

.qodef-horizontal-portfolio-showcase .qodef-m-text .qodef--highlight {
    position: relative
}

.qodef-horizontal-portfolio-showcase .qodef-m-text svg {
    display: block;
    fill: none;
    height: 130%;
    left: -5%;
    position: absolute;
    stroke: var(--qode-main-color);
    stroke-width: 2px;
    top: -15%;
    width: 120%
}

.qodef-horizontal-portfolio-showcase .qodef-m-text.qodef-m-item {
    width: 740px
}

.qodef-horizontal-portfolio-showcase .qodef-m-items-holder {
    display: flex;
    height: 100%;
    overflow: hidden;
    width: 100vw
}

.qodef-horizontal-portfolio-showcase .qodef-m-items-holder .scroll-content {
    display: flex;
    font-size: 0;
    height: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-m-items-holder .scrollbar-track {
    display: none !important
}

.qodef-horizontal-portfolio-showcase .qodef-m-item {
    height: inherit;
    width: 1300px
}

.qodef-horizontal-portfolio-showcase .qodef-m-item.qodef--appear .qodef-e-featured-image,
.qodef-horizontal-portfolio-showcase .qodef-m-item.qodef--appear .qodef-e-list-media {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-horizontal-portfolio-showcase .qodef-e-inner {
    display: grid;
    grid-template-columns: 2fr 1fr repeat(4, minmax(150px, 1fr)) 1fr;
    grid-template-rows: 1fr repeat(3, min-content) 14.5vh;
    height: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-e-custom-image {
    grid-column: 1/4;
    grid-row: 1/-1;
    overflow: hidden;
    display: flex
}

.qodef-horizontal-portfolio-showcase .qodef-e-custom-image img {
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    width: 155%;
    height: auto;
    max-width: 155%
}

.qodef-horizontal-portfolio-showcase .qodef-e-featured-image {
    grid-column: 3/5;
    grid-row: 4/5;
    padding: 25px;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .1s, opacity .3s .1s
}

.qodef-horizontal-portfolio-showcase .qodef-e-featured-image a {
    display: block
}

.qodef-horizontal-portfolio-showcase .qodef-e-featured-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
    width: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-e-list-media {
    grid-column: 5/7;
    grid-row: 4/5;
    padding: 25px;
    z-index: 2;
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .4s, opacity .3s .4s
}

.qodef-horizontal-portfolio-showcase .qodef-e-list-media a {
    display: block;
    height: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-e-list-media img,
.qodef-horizontal-portfolio-showcase .qodef-e-list-media video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
    width: 100%
}

.qodef-horizontal-portfolio-showcase .qodef-e-categories {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    grid-column: 4/7;
    grid-row: 2/3;
    margin: 0 0 0 50px
}

.qodef-horizontal-portfolio-showcase .qodef-e-category {
    padding: 0 19px 0 0;
    position: relative
}

.qodef-horizontal-portfolio-showcase .qodef-e-category:after {
    content: '/';
    position: absolute;
    right: 5px;
    top: 0;
    color: var(--qode-text-color)
}

.qodef-horizontal-portfolio-showcase .qodef-e-category:last-child {
    padding-right: 0
}

.qodef-horizontal-portfolio-showcase .qodef-e-category:last-child:after {
    display: none
}

.qodef-horizontal-portfolio-showcase .qodef-e-category:hover {
    color: var(--qode-main-color)
}

.qodef-horizontal-portfolio-showcase .qodef-e-title {
    grid-column: 4/7;
    grid-row: 3/4;
    margin: 5px 0 14px 50px
}

.qodef-horizontal-portfolio-showcase .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-interactive-portfolio-list .qodef-e-media-image {
    visibility: hidden
}

.qodef-interactive-portfolio-list .qodef-e-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.qodef-interactive-portfolio-list .qodef-e.qodef--active .qodef-e-media-image {
    visibility: visible
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e {
    border-top: 1px solid var(--qode-additional-border-color)
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-media-image {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e:last-child {
    border-bottom: 1px solid var(--qode-additional-border-color)
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-content {
    align-items: center;
    display: flex;
    padding: 15px 0
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-number {
    width: 50px
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-title a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-info-category {
    margin-left: auto;
    z-index: 1
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-image {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    z-index: 1
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e.qodef--active .qodef-e-title {
    color: var(--qode-main-color);
    z-index: 2
}

.qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e.qodef--active .qodef-e-media-image {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 45px;
    padding-top: calc(60vh + 42px);
    top: 33px
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e {
    margin: 0 38px;
    position: initial !important;
    width: auto
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e:not(:last-child) .qodef-e-title:after {
    content: '/';
    position: absolute;
    right: -51px;
    top: 0
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image {
    height: 60vh;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image .qodef-e-media-image,
.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image a,
.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image img {
    display: block;
    height: 60vh;
    max-width: initial;
    width: auto
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image a:after {
    background-color: var(--qode-additional-background-color);
    content: '';
    display: block;
    height: 100%;
    left: 20px;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-media-image {
    opacity: 0;
    transform: translateY(-10px) translateZ(0) skewY(3deg) scaleY(1.1);
    transform-origin: 60% 100%;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-content {
    position: relative
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
    margin: -2px 0 -2px 0;
    white-space: nowrap
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-link {
    z-index: 1
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e svg {
    fill: none;
    height: calc(100% + 20px);
    left: -51px;
    opacity: 0;
    position: absolute;
    stroke: var(--qode-main-color);
    stroke-width: 3px;
    top: -10px;
    transition: opacity .2s ease-out;
    visibility: hidden;
    width: calc(100% + 102px)
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e svg path:first-child {
    stroke-dasharray: 1740 1742;
    stroke-dashoffset: 1741
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e svg path:nth-child(2) {
    stroke-dasharray: 1743 1745;
    stroke-dashoffset: 1744
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e.qodef--active svg {
    opacity: 1;
    visibility: visible
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e.qodef--active path:first-child {
    animation: qodef-border-line-draw 399ms ease-in-out 0s forwards
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e.qodef--active path:nth-child(2) {
    animation: qodef-border-line-draw .4s ease-in-out 399ms forwards
}

.qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e.qodef--active .qodef-e-media-image {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-portfolio-list-fixed-layout article {
    display: flex !important;
    margin-bottom: 110px !important
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n) {
    margin-top: 87px !important;
    width: 100% !important
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n) .qodef-e-inner {
    padding: 0 22.5% 0 23%
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+1),
.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+4) {
    width: 56% !important
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+2),
.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+3) {
    width: 44% !important
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+2) .qodef-e-inner,
.qodef-portfolio-list-fixed-layout article:nth-of-type(5n+3) .qodef-e-inner {
    padding: 8.5% 23% 0 31.5%
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(10n+3) {
    align-items: flex-end
}

.qodef-portfolio-list-fixed-layout article:nth-of-type(10n+3) .qodef-e-inner {
    padding: 0 16.5% 1.5% 11%
}

.qodef-portfolio-list-fixed-layout .qodef-e-inner {
    width: 100%
}

.qodef-portfolio-list-fixed-layout .qodef-e-media {
    overflow: hidden
}

.qodef-portfolio-list-fixed-layout .qodef-e-media img,
.qodef-portfolio-list-fixed-layout .qodef-e-media video {
    display: block;
    width: 100%
}

.qodef-portfolio-list-fixed-layout .qodef-e-content {
    margin-top: 22px
}

.qodef-portfolio-list-fixed-layout .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list-fixed-layout .qodef-e-info-category {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.qodef-portfolio-list-fixed-layout .qodef-e-info-category a:not(:last-child):after {
    color: var(--qode-additional-text-color);
    content: "/";
    margin: 0 2px 0 3px
}

.qodef-portfolio-list-fixed-layout .qodef-e.qodef--has-appear:nth-of-type(2n+2) {
    transition-delay: .4s
}

.qodef-portfolio-list-fixed-layout.qodef-hover-animation--tilt .qodef-e-media-image {
    transform-style: preserve-3d
}

.qodef-portfolio-list-fixed-layout.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image img {
    transform: scale(1.01);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-portfolio-list-fixed-layout.qodef-hover-animation--zoom .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.05)
}

.qodef-portfolio-list .qodef-e-inner {
    position: relative
}

.qodef-portfolio-list .qodef-e-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-portfolio-list .qodef-e-media img,
.qodef-portfolio-list .qodef-e-media video {
    display: block;
    width: 100%
}

.qodef-portfolio-list .qodef-e-title {
    margin: 0
}

.qodef-portfolio-list .qodef-e-info-category {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.qodef-portfolio-list .qodef-e-info-category a:not(:last-child):after {
    color: var(--qode-additional-text-color);
    content: "/";
    margin: 0 2px 0 3px
}

.qodef-portfolio-list .qodef-e-info-category a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list .qodef-m-pagination {
    margin-top: 35px
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media {
    height: 100%;
    overflow: hidden
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image {
    height: 100%
}

.qodef-portfolio-list.qodef-items--fixed .qodef-e-media-image a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100%
}

body:not(.elementor-editor-active) .qodef-portfolio-list:not(.qodef-gutter--no) .qodef-e.qodef--has-appear {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

body:not(.elementor-editor-active) .qodef-portfolio-list:not(.qodef-gutter--no) .qodef-e.qodef--has-appear.qodef--appear {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

body:not(.elementor-editor-active) .qodef-portfolio-list.qodef-gutter--no .qodef-e.qodef--has-appear .qodef-e-media {
    opacity: 0;
    transform: translateY(10%) translateZ(0) skewY(3deg) scaleY(1.3);
    transform-origin: center center;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .1s, opacity .3s;
    will-change: transform
}

body:not(.elementor-editor-active) .qodef-portfolio-list.qodef-gutter--no .qodef-e.qodef--has-appear.qodef--appear .qodef-e-media {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-content {
    margin: 15px 0 5px 0
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title {
    margin-top: -6px
}

.qodef-portfolio-list.qodef-item-layout--info-below .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-hover-animation--tilt .qodef-e-media-image {
    transform-style: preserve-3d
}

.qodef-portfolio-list.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image {
    overflow: hidden
}

.qodef-portfolio-list.qodef-hover-animation--zoom .qodef-e .qodef-e-media-image img {
    transform: scale(1.01);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-portfolio-list.qodef-hover-animation--zoom .qodef-e:hover .qodef-e-media-image img {
    transform: scale(1.05)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e-content {
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateY(101%) translateZ(0);
    transition: transform .55s cubic-bezier(.19, .47, 0, .97);
    will-change: tranform;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e-content-inner {
    align-items: center;
    background-color: var(--qode-background-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 25px
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e-title-link:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-bottom .qodef-e:hover .qodef-e-content {
    transform: translateY(1%)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-info-follow-predefined--on.qodef-col-num--4 article:nth-child(2n+1) {
    top: 32px
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-info-follow-predefined--on.qodef-col-num--3 article:nth-child(3n+1) {
    top: 0
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-info-follow-predefined--on.qodef-col-num--3 article:nth-child(3n+2) {
    top: 20px
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner {
    overflow: hidden
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner .qodef-e-media-image {
    transform: scale(1.01);
    transition: transform .4s cubic-bezier(.25, .46, .45, .94);
    will-change: transform
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-inner:hover .qodef-e-media-image {
    transform: scale(1.04)
}

.qodef-portfolio-list.qodef-item-layout--info-follow.qodef-hover-animation--follow .qodef-e-content {
    display: none
}

.qodef-follow-info-holder {
    left: 50%;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transition: transform .3s ease;
    visibility: hidden;
    z-index: 9999
}

.qodef-follow-info-holder.qodef-right {
    text-align: right;
    transform: translateX(-100%)
}

.qodef-follow-info-holder .qodef-follow-info-inner {
    display: flex;
    flex-direction: column;
    position: relative
}

.qodef-follow-info-holder .qodef-follow-info {
    background-color: var(--qode-background-color);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    padding: 25px 55px 23px 26px;
    white-space: nowrap
}

.qodef-follow-info-holder .qodef-e-title {
    margin: 0
}

.qodef-follow-info-holder .qodef-e-info-category {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.qodef-follow-info-holder .qodef-e-info-category a:not(:last-child):after {
    content: "/";
    margin: 0 2px 0 3px
}

.qodef-follow-info-holder.qodef-is-active {
    visibility: visible
}

.qodef-follow-info-holder.qodef-is-active .qodef-follow-info {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: .5s cubic-bezier(.39, .58, .57, 1)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-media a {
    display: block;
    z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-title {
    z-index: 1
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category a,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-title a {
    color: var(--qode-heading-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category a:hover,
.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-title a:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-info-category a:not(:last-child):after {
    color: var(--qode-heading-color)
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content {
    opacity: 0;
    transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-content-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--qode-background-color);
    content: '';
    opacity: .7
}

.qodef-item-layout--info-on-hover.qodef-hover-animation--fade-in .qodef-e-inner:hover .qodef-e-content {
    opacity: 1
}

.qodef-portfolio-project-info .qodef-portfolio-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px
}

.qodef-portfolio-project-info.qodef-project-info-layout--narrow .qodef-e-excerpt {
    margin: 0 87px 0 0
}

.qodef-portfolio-project-info.qodef-project-info-layout--narrow .qodef-portfolio-info .qodef-e {
    flex: 0 100%
}

.qodef-portfolio-project-info.qodef-project-info-layout--wide .qodef-e-excerpt {
    margin: 0 94px 0 0
}

.qodef-portfolio-project-info.qodef-project-info-layout--wide .qodef-portfolio-info .qodef-e {
    flex: 0 50%
}

.qodef-portfolio-showcase {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.qodef-portfolio-showcase .qodef-e-image,
.qodef-portfolio-showcase .qodef-e-text {
    margin: 0 30px 0 0;
    padding: 0 15px 0 0
}

.qodef-portfolio-showcase .qodef-e-text {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h1-fs);
    line-height: var(--qode-h1-lh);
    font-weight: var(--qode-heading-font-weight);
    font-size: 120px;
    line-height: .916em !important
}

.qodef-portfolio-showcase .qodef-e-text.qodef--highlight {
    color: var(--qode-main-color);
    position: relative
}

.qodef-portfolio-showcase .qodef-e-text.qodef--highlight svg {
    display: block;
    fill: none;
    height: 130%;
    left: -5%;
    position: absolute;
    stroke: var(--qode-main-color);
    stroke-width: 2px;
    top: -15%;
    width: 120%;
    height: 154.68px;
    left: 7px;
    top: -35.00583px;
    width: 100%
}

.qodef-portfolio-showcase .qodef-e-image {
    display: inline-block;
    height: 94.04389px;
    margin-top: -4px
}

.qodef-portfolio-showcase .qodef-e-image a,
.qodef-portfolio-showcase .qodef-e-image img {
    display: inline-block;
    height: 94.04389px;
    width: auto
}

.qodef-portfolio-showcase .qodef-e-image a {
    overflow: hidden;
    position: relative
}

.qodef-portfolio-showcase .qodef-e-image a:hover .qodef--hover {
    opacity: 1
}

.qodef-portfolio-showcase .qodef-e-image .qodef--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transition: opacity .13s
}

.qodef-portfolio-showcase.qodef--has-appear {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s;
    transition: transform 1s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s;
    will-change: transform
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image {
    -webkit-clip-path: inset(0 100% 100% 0);
    clip-path: inset(0 100% 100% 0);
    transition: 1.2s cubic-bezier(.16, .09, 0, 1.02)
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(1) {
    transition-delay: 60ms
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(2) {
    transition-delay: .12s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(3) {
    transition-delay: .18s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(4) {
    transition-delay: .24s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(5) {
    transition-delay: .3s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(6) {
    transition-delay: .36s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(7) {
    transition-delay: .42s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(8) {
    transition-delay: .48s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(9) {
    transition-delay: .54s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(10) {
    transition-delay: .6s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(11) {
    transition-delay: .66s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(12) {
    transition-delay: .72s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(13) {
    transition-delay: .78s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(14) {
    transition-delay: .84s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(15) {
    transition-delay: .9s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(16) {
    transition-delay: .96s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(17) {
    transition-delay: 1.02s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(18) {
    transition-delay: 1.08s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(19) {
    transition-delay: 1.14s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(20) {
    transition-delay: 1.2s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(21) {
    transition-delay: 1.26s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(22) {
    transition-delay: 1.32s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(23) {
    transition-delay: 1.38s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(24) {
    transition-delay: 1.44s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(25) {
    transition-delay: 1.5s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(26) {
    transition-delay: 1.56s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(27) {
    transition-delay: 1.62s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(28) {
    transition-delay: 1.68s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(29) {
    transition-delay: 1.74s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(30) {
    transition-delay: 1.8s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(31) {
    transition-delay: 1.86s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(32) {
    transition-delay: 1.92s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(33) {
    transition-delay: 1.98s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(34) {
    transition-delay: 2.04s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(35) {
    transition-delay: 2.1s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(36) {
    transition-delay: 2.16s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(37) {
    transition-delay: 2.22s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(38) {
    transition-delay: 2.28s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(39) {
    transition-delay: 2.34s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(40) {
    transition-delay: 2.4s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(41) {
    transition-delay: 2.46s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(42) {
    transition-delay: 2.52s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(43) {
    transition-delay: 2.58s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(44) {
    transition-delay: 2.64s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(45) {
    transition-delay: 2.7s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(46) {
    transition-delay: 2.76s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(47) {
    transition-delay: 2.82s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(48) {
    transition-delay: 2.88s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(49) {
    transition-delay: 2.94s
}

.qodef-portfolio-showcase.qodef--has-appear .qodef-e-image:nth-child(50) {
    transition-delay: 3s
}

.qodef-portfolio-showcase.qodef--has-appear.qodef--appear {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-portfolio-showcase.qodef--has-appear.qodef--appear .qodef-e-image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

#qodef-portfolio-single-related-items {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 86px
}

#qodef-single-portfolio-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 53px 0 3px
}

#qodef-single-portfolio-navigation .qodef-m-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

#qodef-single-portfolio-navigation .qodef-m-nav {
    align-items: center;
    color: var(--qode-heading-color);
    display: flex;
    max-width: 100%;
    position: relative
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder {
    display: flex;
    width: calc(100% / 3)
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(1) {
    justify-content: flex-start
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(2) {
    justify-content: center
}

#qodef-single-portfolio-navigation .qodef-m-nav-holder:nth-child(3) {
    justify-content: flex-end
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: inherit;
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
    fill: none;
    position: relative;
    stroke: currentColor;
    top: -1px;
    width: 24px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev {
    flex-direction: row-reverse
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label {
    margin-left: 13px
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
    color: var(--qode-main-color)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link:hover {
    color: var(--qode-link-hover-color)
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label {
    margin-right: 13px
}

#qodef-single-portfolio-navigation .qodef-m-nav:hover {
    color: var(--qode-main-color)
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
    display: block;
    float: none;
    margin-bottom: 30px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
    display: block;
    float: none;
    margin-bottom: 30px
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
    margin-bottom: 0
}

.qodef-team-list .qodef-e-role {
    margin: 0
}

.qodef-team-list .qodef-e-title {
    margin: 2px 0 10px
}

.qodef-team-list .qodef-team-member-social-networks {
    margin: 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner {
    display: grid;
    grid-template-areas: "center"
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-inner:hover .qodef-e-content {
    opacity: .8;
    z-index: 1;
    background: #dca38d;

}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-image {
    grid-area: center
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-content {
    align-items: flex-start;
    background-color: var(--qode-background-color);
    display: flex;
    flex-direction: column;
    grid-area: center;
    height: 100%;
    justify-content: flex-end;
    opacity: 0;
    padding: 20px 20px 16px 20px;
    transition: .35s ease-out;
    width: 100%;
    z-index: -1
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-title {
    margin: 2px 0 0 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-inner {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-link:hover~.qodef-e-title {
    color: var(--qode-main-color)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-link:hover~.qodef-e-text {
    color: var(--qode-main-color)
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-title {
    margin: 2px 0 10px 0;
    transition: color .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text .qodef-e-text {
    font-weight: 400;
    margin: 0 0 14px 10px;
    transition: color .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-inner {
    grid-template-areas: "title""text""button";
    padding: 40px 40px 0 40px;
    place-items: center start
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-title {
    margin: 0
}

.qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-text {
    margin: 2px 0 40px 0
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--2>.qodef-grid-inner>.qodef-e-custom-content-item {
    width: 100%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--3>.qodef-grid-inner>.qodef-e-custom-content-item {
    width: 66.66667%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--4>.qodef-grid-inner>.qodef-e-custom-content-item {
    width: 50%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--5>.qodef-grid-inner>.qodef-e-custom-content-item {
    width: 40%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--6>.qodef-grid-inner>.qodef-e-custom-content-item {
    width: 33.33333%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--7>.qodef-grid-inner>.qodef-e-custom-content-item {
    width: 28.57143%
}

.qodef-team-list.qodef-item-layout--info-on-hover.qodef-column-span--2.qodef-col-num--8>.qodef-grid-inner>.qodef-e-custom-content-item {
    width: 25%
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-inner {
    display: flex;
    padding-bottom: 85px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-image {
    flex: 0 1 280px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-content {
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    margin-left: 20px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-title {
    line-height: 1;
    margin: -3px 0 8px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-e-description {
    margin: 20px 0 36px
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-team-member-social-networks {
    display: flex
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-team-member-social-networks a {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-link-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 16px;
    transition: color .2s ease-out
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-team-member-social-networks a:last-child {
    margin-right: 0
}

.qodef-team-list.qodef-item-layout--info-on-side .qodef-team-member-social-networks a:hover {
    color: var(--qode-main-color)
}

.qodef-testimonials-list {
    text-align: center
}

.qodef-testimonials-list .qodef-e-static-title {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 31px 0
}

.qodef-testimonials-list .qodef-e-inner {
    padding-bottom: 40px
}

.qodef-testimonials-list .qodef-e-text {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h1-fs);
    line-height: var(--qode-h1-lh);
    font-weight: var(--qode-heading-font-weight);
    line-height: 1em;
    margin: 0 0 26px
}

.qodef-testimonials-list .qodef-e-author {
    margin: 0
}

.qodef-button.qodef-html--link {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    line-height: 1.45em;
    margin: 0;
    outline: 0;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
    padding: 10px 39px
}

.qodef-button.qodef-size--small {
    padding: 7px 27px
}

.qodef-button.qodef-size--large {
    padding: 14px 51px
}

.qodef-button.qodef-size--full {
    padding: 14px 51px;
    text-align: center;
    width: 100%;
    text-align: center;
    width: 100%
}

.qodef-button .qodef-m-text {
    position: relative;
    top: 1px
}

.qodef-button .qodef-m-arrow {
    transform: translateX(0);
    transition: transform .35s cubic-bezier(.2, .89, .32, .95)
}

.qodef-button .qodef-m-arrow svg {
    fill: none;
    stroke: currentColor
}

.qodef-button:hover .qodef-m-arrow {
    transform: translateX(4px)
}

.qodef-button.qodef-layout--filled.qodef-html--link {
    color: var(--qode-background-color);
    background-color: var(--qode-heading-color);
    border: 1px solid transparent
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover {
    color: var(--qode-background-color);
    background-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--outlined {
    color: var(--qode-heading-color);
    background-color: transparent;
    border: 1px solid var(--qode-heading-color)
}

.qodef-button.qodef-layout--outlined:hover {
    color: var(--qode-background-color);
    background-color: var(--qode-main-color);
    border-color: var(--qode-main-color)
}

.qodef-button.qodef-layout--textual-animated {
    align-items: center;
    background-color: transparent;
    color: var(--qode-button-text-color);
    display: inline-flex;
    margin-top: 2px;
    min-height: 99px;
    padding: 0 !important;
    transition: color .35s ease-out, background-color .35s ease-out, border-color .35s ease-out
}

.qodef-button.qodef-layout--textual-animated .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-button.qodef-layout--textual-animated .qodef-m-arrow {
    margin-left: 10px;
    padding-right: 64px
}

.qodef-button.qodef-layout--textual-animated .qodef-m-arrow svg {
    width: 34px
}

.qodef-button.qodef-layout--textual-animated .qodef-m-circle {
    position: absolute;
    right: 0
}

.qodef-button.qodef-layout--textual-animated .qodef-m-circle svg {
    fill: none;
    height: 99px;
    stroke: var(--qode-button-circle-color);
    stroke-width: 1.7;
    top: -2px;
    width: 99px
}

.qodef-button.qodef-layout--textual-animated.qodef-size--small {
    margin-top: 3px;
    min-height: 82px
}

.qodef-button.qodef-layout--textual-animated.qodef-size--small .qodef-m-arrow {
    padding-right: 52px
}

.qodef-button.qodef-layout--textual-animated.qodef-size--small .qodef-m-circle svg {
    height: 82px;
    top: -3px;
    width: 82px
}

.qodef-button.qodef-layout--textual-animated:hover {
    color: var(--qode-button-text-hover-color)
}

.qodef-button.qodef-layout--textual {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: var(--qode-button-text-color);
    display: inline-flex;
    padding: 0 !important
}

.qodef-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle
}

.qodef-button.qodef-layout--textual .qodef-m-arrow {
    margin-left: 8px
}

.qodef-button.qodef-layout--textual .qodef-m-arrow svg {
    width: 19px
}

.qodef-button.qodef-layout--textual:hover {
    color: var(--qode-main-color)
}

.qodef-custom-font {
    position: relative;
    margin: 0
}

.qodef-dropcaps {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-dropcaps .qodef-m-letter {
    position: relative;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 10px 5px 0;
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: var(--qode-h2-fs);
    line-height: var(--qode-h2-lh);
    font-weight: var(--qode-heading-font-weight)
}

.qodef-dropcaps .qodef-m-text {
    display: inline;
    margin: 0
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
    width: 40px;
    height: 40px;
    font-size: var(--qode-h4-fs);
    line-height: var(--qode-h4-lh);
    font-weight: var(--qode-heading-font-weight);
    color: var(--qode-background-color);
    background-color: var(--qode-heading-color)
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
    border-radius: 100%
}

.qodef-google-map {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-google-map .qodef-m-map {
    display: block;
    width: 100%
}

.qodef-google-map .qodef-m-map embed,
.qodef-google-map .qodef-m-map iframe,
.qodef-google-map .qodef-m-map object {
    width: 100%;
    display: block
}

.qodef-google-map .qodef-m-map img {
    max-width: none
}

.qodef-highlight .qodef-highlight-text {
    padding: 0 5px;
    color: var(--qode-background-color);
    background-color: var(--qode-heading-color)
}

.qodef-icon-list-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 1
}

.qodef-icon-list-item .qodef-e-title a {
    display: block
}

.qodef-icon-list-item .qodef-e-title-inner {
    display: flex;
    align-items: center
}

.qodef-icon-list-item .qodef-icon-holder {
    flex-shrink: 0;
    margin-right: 5px;
    float: none
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
    font-size: 15px
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,
.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
    display: block
}

#qodef-page-sidebar .widget.widget_oraiste_core_icon_list_item {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_oraiste_core_icon_list_item {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_oraiste_core_icon_list_item {
    margin-bottom: 0
}

.qodef-icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 1
}

.qodef-icon-holder a {
    display: block
}

.qodef-icon-holder .qodef-icon {
    display: block;
    line-height: inherit
}

.qodef-icon-holder .qodef-icon:before {
    display: block;
    line-height: inherit
}

.qodef-icon-holder.qodef-layout--circle,
.qodef-icon-holder.qodef-layout--square {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    color: var(--qode-background-color);
    background-color: var(--qode-main-color);
    transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out
}

.qodef-icon-holder.qodef-layout--circle a,
.qodef-icon-holder.qodef-layout--square a {
    color: inherit;
    transition: none
}

.qodef-icon-holder.qodef-layout--circle:hover,
.qodef-icon-holder.qodef-layout--square:hover {
    background-color: var(--qode-heading-color)
}

.qodef-icon-holder.qodef-layout--circle {
    border-radius: 50%
}

.qodef-icon-holder.qodef-size--tiny {
    font-size: 1.33333333em
}

.qodef-icon-holder.qodef-size--small {
    font-size: 2em
}

.qodef-icon-holder.qodef-size--medium {
    font-size: 3em
}

.qodef-icon-holder.qodef-size--large {
    font-size: 4em
}

.qodef-icon-holder.qodef-size--huge {
    font-size: 5em
}

.widget.widget_oraiste_core_icon {
    display: inline-block;
    line-height: 1
}

#qodef-page-sidebar .widget.widget_oraiste_core_icon {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_oraiste_core_icon {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_oraiste_core_icon {
    margin-bottom: 0
}

.qodef-image-gallery.qodef-swiper--auto-width {
    height: 400px
}

.qodef-image-gallery.qodef-swiper--auto-width .qodef-e {
    width: auto !important
}

.qodef-image-gallery.qodef-swiper--auto-width .qodef-e img {
    height: 100%;
    width: auto
}

.qodef-image-with-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center
}

.qodef-image-with-text .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-shadow--on.qodef-image-with-text .qodef-m-image {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .14)
}

.qodef-image-with-text .qodef-m-image a,
.qodef-image-with-text .qodef-m-image img {
    display: block
}

.qodef-image-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-image-with-text .qodef-m-title {
    margin: 12px 0 0 0
}

.qodef-image-with-text .qodef-m-title a:hover {
    color: var(--qode-main-color)
}

.qodef-image-with-text .qodef-m-title a:focus {
    color: var(--qode-link-color)
}

.qodef-image-with-text .qodef-m-text {
    margin: 12px 0 0 0
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder {
    position: relative
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.qodef-image-with-text.qodef-image-action--scrolling-image .qodef-m-image-inner-holder .qodef-m-iwt-frame {
    vertical-align: middle
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--vertical .qodef-m-image img {
    width: 100%
}

.qodef-image-with-text.qodef-image-action--scrolling-image.qodef-scrolling-direction--horizontal .qodef-m-image img {
    height: 100%;
    max-width: unset;
    width: auto
}

.qodef-image-with-text.qodef--has-appear {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) 0s, opacity .3s 0s
}

.qodef-image-with-text.qodef--has-appear.qodef--appear {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-process .qodef-e-inner {
    display: grid;
    grid-template-areas: "subtitle image""title title";
    grid-template-columns: minmax(0, min-content) 102px;
    grid-template-rows: 90px minmax(102px, min-content)
}

.qodef-process .qodef-e-title {
    align-self: start;
    grid-area: title;
    justify-self: start;
    margin: 0 0 25px 0
}

.qodef-process .qodef-e-image {
    align-self: center;
    grid-area: image;
    justify-self: center;
    opacity: 0;
    transition: opacity .2s ease-out
}

.qodef-process .qodef-e-image svg path {
    stroke-dasharray: 851 994;
    stroke-dashoffset: 992
}

.qodef-process .qodef-e-subtitle {
    align-self: end;
    grid-area: subtitle;
    justify-self: start;
    margin: 10px 25px 0 0;
    white-space: nowrap
}

.qodef-process .qodef-e:active .qodef-e-image,
.qodef-process .qodef-e:focus .qodef-e-image,
.qodef-process .qodef-e:hover .qodef-e-image {
    opacity: 1
}

.qodef-process .qodef-e:active .qodef-e-image svg path,
.qodef-process .qodef-e:focus .qodef-e-image svg path,
.qodef-process .qodef-e:hover .qodef-e-image svg path {
    animation: qodef-border-line-draw 1033ms ease-in-out 0s forwards
}

.qodef-section-title {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-section-title.qodef-alignment--center {
    text-align: center
}

.qodef-section-title.qodef-alignment--left {
    text-align: left
}

.qodef-section-title.qodef-alignment--right {
    text-align: right
}

.qodef-section-title .qodef-m-title {
    margin: 0
}

.qodef-section-title .qodef-m-title .qodef-text-item {
    display: inline-block
}

.qodef-section-title .qodef-m-title .qodef--highlight {
    position: relative
}

.qodef-section-title .qodef-m-title svg {
    display: block;
    fill: none;
    height: 130%;
    left: -13%;
    position: absolute;
    stroke: var(--qode-main-color);
    stroke-width: 2px;
    top: -13%;
    width: 123%
}

.qodef-section-title .qodef-m-text {
    margin: 25px 0 0
}

.qodef-section-title span.qodef-m-title {
    font-family: var(--qode-heading-font-family);
    text-transform: var(--qode-heading-text-transform);
    color: var(--qode-heading-color);
    font-size: 100px !important;
    line-height: 1em
}

.qodef-section-title.qodef--has-appear {
    opacity: 0;
    transform: translateY(30px) translateZ(0) skewY(3deg) scaleY(1.2);
    transform-origin: top left;
    transition: transform .8s cubic-bezier(.16, .09, 0, 1.02) .1s, opacity .3s .1s
}

.qodef-section-title.qodef--has-appear.qodef--appear {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1)
}

.qodef-separator {
    font-size: 0;
    height: auto;
    line-height: 1;
    position: relative
}

.qodef-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px solid var(--qode-border-color);
    margin: 10px 0
}

.qodef-separator.qodef-position--center {
    text-align: center
}

.qodef-separator.qodef-position--left {
    text-align: left
}

.qodef-separator.qodef-position--right {
    text-align: right
}

#qodef-page-sidebar .widget.widget_oraiste_core_separator {
    margin-bottom: 0
}

#qodef-page-footer .widget.widget_oraiste_core_separator {
    margin-bottom: 0
}

#qodef-side-area .widget.widget_oraiste_core_separator {
    margin-bottom: 0
}

.qodef-single-image img {
    display: block
}

.qodef-video-button {
    position: relative;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 1fr min-content 1fr
}

.qodef-video-button .qodef-m-image {
    grid-column: 1/4;
    grid-row: 1/4
}

.qodef-video-button .qodef-button {
    grid-column: 2/3;
    grid-row: 2/3
}

body.qodef-color-skin--orange .qodef-video-button .qodef-button .qodef-m-circle svg {
    stroke: var(--qode-background-color)
}

.qodef-video-button .qodef-m-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.qodef-social-share {
    display: flex
}

.qodef-social-share .qodef-social-title {
    margin: 0 12px 0 0;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase
}

.qodef-social-share ul {
    display: flex;
    line-height: 0;
    list-style: none;
    margin: 0;
    padding: 0
}

.qodef-social-share li {
    line-height: 0;
    margin: 0;
    padding: 0
}

.qodef-social-share li a {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2em;
    color: var(--qode-additional-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    transition: color .2s ease-out
}

.qodef-social-share li a:hover {
    color: var(--qode-main-color)
}

.qodef-social-share.qodef-layout--text li {
    margin-right: 18px
}

.qodef-social-share.qodef-layout--text li:last-child {
    margin-right: 0
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    display: block;
    margin-bottom: 21px
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: var(--qode-text-color)
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: var(--qode-text-color)
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: var(--qode-text-color)
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
    color: var(--qode-text-color)
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
    color: var(--qode-text-color)
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
    color: var(--qode-text-color)
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
    color: #3b5998
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
    color: #00aced
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
    color: #007bb5
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
    color: #32506d
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
    color: #cb2027
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
    color: #45668e
}

#qodef-page-spinner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999
}

#qodef-page-spinner .qodef-m-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #f2652e;
    background-color: var(--qode-background-color)
}

#qodef-page-spinner .qodef-m-spinner {
    position: relative
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    z-index: 1;
    animation: qode-atom-shrink 4.5s infinite linear
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    height: 100%;
    width: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,
#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
    animation: qode-atom-zindex 1.5s .75s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
    transform: rotate(0);
    animation: qode-atom-postion 1.5s infinite ease, qode-atom-size 1.5s -1.125s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
    transform: rotate(120deg);
    animation: qode-atom-zindex 1.5s -.25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
    animation: qode-atom-postion 1.5s -1s infinite ease, qode-atom-size 1.5s -.75s infinite ease
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
    transform: rotate(240deg);
    animation: qode-atom-zindex 1.5s .25s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
    animation: qode-atom-postion 1.5s -.5s infinite ease, qode-atom-size 1.5s -125ms infinite ease
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
    position: relative;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-clock 8s infinite steps(8)
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
    position: absolute;
    height: 50px;
    width: 50px
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
    content: '';
    position: absolute;
    height: 18.31501832px;
    width: 18.31501832px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
    transform: rotate(-135deg);
    animation: qode-clock-1 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
    transform: rotate(-90deg);
    animation: qode-clock-2 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
    transform: rotate(-45deg);
    animation: qode-clock-3 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
    animation: qode-clock-4 1s ease-in infinite
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-color: currentColor;
    animation: qode-cube 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    opacity: .6;
    animation: qode-double-pulse 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
    position: relative;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
    position: absolute;
    width: 100%;
    height: 100%
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1500ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
    transform: rotateZ(45deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1400ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
    transform: rotateZ(90deg)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
    animation-delay: calc((600ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
    animation-delay: calc((900ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
    animation-delay: calc((1200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.2s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
    top: 0;
    left: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
    top: 0;
    right: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
    right: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
    left: 0;
    bottom: 0
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
    position: relative;
    width: 30px;
    height: 30px;
    margin: -45px 0 0 -30px
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
    top: 0;
    left: 50%;
    animation: qode-fussion-ball-1 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
    top: 50%;
    left: 100%;
    animation: qode-fussion-ball-2 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
    top: 100%;
    left: 50%;
    animation: qode-fussion-ball-3 1s 0s ease infinite;
    z-index: 1
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
    top: 50%;
    left: 0;
    animation: qode-fussion-ball-4 1s 0s ease infinite;
    z-index: 2
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
    height: 60px;
    margin: 0 0 0 -30px;
    width: 60px
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
    position: absolute;
    width: 60px;
    height: 4px;
    margin-left: 10px;
    background-color: currentColor;
    animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
    position: relative;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    animation: qode-mitosis-invert 2s infinite steps(2, end)
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
    animation: qode-mitosis-ball-1 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
    animation: qode-mitosis-ball-2 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
    animation: qode-mitosis-ball-3 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
    animation: qode-mitosis-ball-4 1s infinite alternate linear
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
    margin: 0;
    opacity: 0;
    animation: qode-fade-in 1s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
    flex-shrink: 0;
    animation-delay: .5s
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
    position: relative;
    display: block;
    height: 3px;
    width: 500px;
    margin-top: 20px;
    background-color: #e5e1dc;
    overflow: hidden;
    opacity: 0;
    animation: qode-fade-in 1s .3s forwards
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2652e;
    width: 0
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
    position: relative;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
    position: absolute;
    height: 100%;
    width: 100%;
    background: currentColor;
    border: 0 solid currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
    animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms)
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: currentColor;
    border-radius: 16px;
    animation: qode-scaleout 1s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
    width: 60px;
    height: 20px
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    background-color: currentColor;
    border-radius: 100%;
    opacity: 0;
    animation: qode-ball-fall 1.5s ease infinite both
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
    animation-delay: calc((100ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
    animation-delay: calc((200ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
    animation-delay: calc((300ms) - 300ms)
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
    position: relative;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    animation: qode-rotating-cubes 1.8s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
    animation-delay: -.9s
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
    width: 50px;
    height: 60px;
    margin: -30px 0 0 -25px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
    display: inline-block;
    float: left;
    height: 100%;
    width: 6px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    animation: qode-stretch-delay 1.2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
    animation-delay: calc((200ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
    animation-delay: calc((300ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
    animation-delay: calc((400ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
    animation-delay: calc((500ms) - 1300ms)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text {
    display: flex;
    line-height: 1.2em;
    overflow: hidden;
    color: #696969;
    position: relative;
    overflow: hidden
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text.qodef-appeared .qodef-textual-spinner-text-inner {
    animation: qodef-animate-text-spinner .8s forwards
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-text-inner {
    opacity: 0;
    transform-origin: top left
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-svg-holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-svg {
    width: 165px;
    height: 165px;
    stroke-width: 1;
    stroke-dashoffset: 250;
    stroke-dasharray: 250;
    transform: rotate(-125deg)
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-inner .qodef-textual-spinner-svg.qodef-appeared {
    animation: qodef-border-line-draw 1.3s ease-in-out forwards .3s
}

@keyframes qodef-animate-text-spinner {
    0% {
        opacity: 0;
        transform: translateY(100%) translateZ(0) rotate(10deg) scaleY(1.2)
    }

    40% {
        opacity: 1
    }

    100% {
        transform: translateY(0) translateZ(0) skewY(0) scaleY(1);
        opacity: 1
    }
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
    position: relative;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    text-align: center;
    animation: qode-rotate-circles 2s infinite linear
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
    position: absolute;
    top: 0;
    width: 60%;
    height: 60%;
    display: inline-block;
    background-color: currentColor;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: qode-bounce 2s infinite ease-in-out
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
    width: 150px;
    height: 30px;
    margin: -15px 0 0 -75px
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
    float: left;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: currentColor;
    border-radius: 50%
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
    animation: qode-wave-jump-3 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
    animation: qode-wave-jump-2 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
    animation: qode-wave-jump-1 1.8s infinite ease-out
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
    margin-right: 0;
    animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5, 0, .5, 1)
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
    width: 72px;
    margin: -9px 0 0 -36px;
    text-align: center
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
    background-color: currentColor;
    border-radius: 100%;
    animation: qode-bounce-delay 1.4s infinite ease-in-out both
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
    animation-delay: -.32s
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
    animation-delay: -.16s
}

.qodef-page-title {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover
}

.qodef-page-title.qodef-image--responsive {
    height: auto !important
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
    left: 0;
    position: absolute;
    top: 0
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
    left: 50%;
    transform: translateX(-50%)
}

.qodef-page-title.qodef-alignment--center {
    text-align: center
}

.qodef-page-title.qodef-alignment--right {
    text-align: right
}

.qodef-page-title .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top
}

.qodef-page-title .qodef-m-image img {
    display: block;
    width: 100%
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
    padding: 0 40px
}

.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span {
    color: var(--qode-additional-text-color);
    font-size: 15px
}

.qodef-page-title .qodef-breadcrumbs a:hover {
    color: var(--qode-main-color)
}

.qodef-page-title .qodef-breadcrumbs a:hover span {
    color: inherit
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
    margin: 0 5px
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
    content: '/'
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-m-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .05em;
    color: var(--qode-text-color);
    font-family: Prompt, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 4px 0 0
}

.widget.qodef-author-info .qodef-author-info-name {
    margin: 0 0 14px 0
}

.widget.qodef-author-info .qodef-author-info-name a {
    color: inherit
}

.widget.qodef-author-info .qodef-author-info-image {
    margin: 0 0 21px 0;
    display: inline-block
}

.widget.qodef-author-info .qodef-author-info-description {
    margin: 0 0 24px 0
}

.widget.qodef-author-info .qodef-author-info-name a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-sidebar .widget.qodef-author-info .qodef-author-info-name a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-header .widget.qodef-author-info .qodef-author-info-name a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--static .widget.qodef-author-info .qodef-author-info-name a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-header .qodef-vertical-sliding-area.qodef--dynamic .widget.qodef-author-info .qodef-author-info-name a:hover {
    color: var(--qode-main-color) !important
}

#qodef-page-footer-bottom-area .widget.qodef-author-info .qodef-author-info-name a:hover {
    color: var(--qode-main-color) !important
}

#qodef-fullscreen-area .widget.qodef-author-info .qodef-author-info-name a:hover {
    color: var(--qode-main-color) !important
}

.widget .qodef-contact-info-widget {
    margin: 0
}

#qodef-top-area .widget .qodef-contact-info-widget a {
    font-size: 16px
}

.qodef-social-icons-group .qodef-icon-holder {
    margin-right: 9px
}

.qodef-social-icons-group .qodef-icon-holder a {
    transition: color .2s ease-out
}

.qodef-social-icons-group .qodef-icon-holder:last-child {
    margin-right: 0
}

@media only screen and (max-width:1440px) {
    .qodef-background-text .qodef-m-background-text {
        font-size: 135px
    }
}

@media only screen and (max-width:680px) {
    .qodef-background-text .qodef-m-background-text {
        display: none !important
    }
}

@media only screen and (max-width:680px) {
    #qodef-author-info .qodef-m-inner {
        flex-wrap: wrap
    }

    #qodef-author-info .qodef-m-content {
        margin-top: 23px
    }
}

@media only screen and (max-width:680px) {
    #qodef-single-post-navigation .qodef-m-nav {
        flex-direction: column-reverse
    }

    #qodef-single-post-navigation .qodef-m-nav-content {
        margin-top: 10px
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--prev {
        flex-direction: column-reverse
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-content {
        align-self: flex-start;
        margin-left: 0
    }

    #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-m-nav-content {
        align-self: flex-end;
        margin-right: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size: 70px;
        line-height: .8em
    }

    .qodef-fullscreen-menu .qodef-drop-down-second-inner ul li>a {
        font-size: 25px
    }
}

@media only screen and (max-width:480px) {
    .qodef-fullscreen-menu>ul>li>a {
        font-size: 55px;
        line-height: .7em
    }
}

@media only screen and (max-width:1024px) {
    #qodef-fullscreen-area .qodef-widget-holder {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) #qodef-page-outer {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:1366px) {
    .qodef-header--vertical-sliding #qodef-page-header {
        width: 53px
    }

    .qodef-header--vertical-sliding #qodef-page-header .qodef--static {
        width: 53px
    }

    .qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-header-logo-link {
        height: 53px;
        top: calc(23px + 10px);
        width: 53px
    }

    .qodef-header--vertical-sliding #qodef-page-header .qodef--static .qodef-widget-holder {
        bottom: 23px;
        height: 53px;
        width: 53px
    }

    .qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic {
        left: -628px;
        padding: 38px 47px 15px 100px;
        width: 575px
    }

    .qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder {
        left: auto;
        right: 47px
    }

    .qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--two {
        top: 23px
    }

    .qodef-header--vertical-sliding #qodef-page-header .qodef--dynamic .qodef-widget-holder.qodef--three {
        bottom: 23px
    }

    .qodef-header--vertical-sliding #qodef-page-footer,
    .qodef-header--vertical-sliding #qodef-page-outer {
        padding-left: 53px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-header--vertical-sliding #qodef-page-header-inner {
        display: none
    }

    .qodef-header--vertical-sliding #qodef-page-outer,
    .qodef-header--vertical-sliding footer {
        padding-left: 0
    }
}

@media only screen and (max-width:1366px) {
    .qodef-header--vertical-sliding .qodef-header-vertical-sliding-navigation>ul>li>a {
        font-size: 70px;
        line-height: .8em
    }
}

@media only screen and (max-width:1024px) {
    #qodef-top-area {
        display: none
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {
    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }

    .qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) and (min-width:1367px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(6n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(7n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) and (min-width:481px) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }

    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item:nth-child(8n+1) {
        clear: both
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 100%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 50%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 20%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 16.66667%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 14.28571%
    }
}

@media only screen and (max-width:480px) and (min-width:0) {
    .qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns #ctf .ctf-tweets>.ctf-item {
        width: 12.5%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-twitter-list.qodef-gutter--huge.qodef--no-bottom-space {
        margin-bottom: -70px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets {
        margin: 0 -35px
    }

    .qodef-twitter-list.qodef-gutter--huge #ctf .ctf-tweets>.ctf-item {
        padding: 0 35px;
        margin: 0 0 70px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-single .qodef-variations--small .qodef-media {
        margin: 0 0 50px
    }

    .qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
        margin-top: 67px !important
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-content {
        margin-right: 0
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
        margin-top: 7px !important
    }

    .qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info>div {
        flex: 0 100%
    }
}

@media only screen and (max-width:1600px) {
    .elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-text {
        bottom: 35px
    }

    .elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
        bottom: 15px
    }

    .qodef-horizontal-portfolio-list .qodef-m-items-holder {
        padding: 68px 0
    }
}

@media only screen and (max-width:1366px) {
    .elementor-section-height-full .qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
        right: 30px
    }

    .qodef-horizontal-portfolio-list .qodef-m-items-holder {
        padding: 44px 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-horizontal-portfolio-list {
        height: auto !important
    }

    .qodef-horizontal-portfolio-list .qodef-e-media {
        max-height: initial
    }

    .qodef-horizontal-portfolio-list .qodef-m-text {
        bottom: initial !important;
        left: initial !important;
        padding: 40px;
        position: initial !important;
        width: auto
    }

    .qodef-text-break--disabled.qodef-horizontal-portfolio-list .qodef-m-text br {
        display: none
    }

    .qodef-horizontal-portfolio-list .qodef-m-scroll-indicator {
        display: none
    }

    .qodef-horizontal-portfolio-list .qodef-m-items-holder {
        flex-wrap: wrap;
        height: auto;
        overflow: visible !important;
        overflow-y: scroll !important;
        padding: 40px;
        width: auto
    }

    .qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
        width: 50% !important
    }

    .qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item .qodef-e-inner {
        width: initial !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-portfolio-list .qodef-m-items-holder .qodef-grid-item {
        width: unset !important
    }
}

@media only screen and (max-width:1366px) {
    .qodef-horizontal-portfolio-showcase .qodef-m-text .qodef-text-holder {
        font-size: 80px
    }

    .qodef-horizontal-portfolio-showcase .qodef-m-text.qodef-m-item {
        width: 670px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-horizontal-portfolio-showcase {
        height: auto !important
    }

    .qodef-text-break--disabled.qodef-horizontal-portfolio-showcase .qodef-m-text br {
        display: none
    }

    .qodef-horizontal-portfolio-showcase .qodef-m-text .qodef-text-holder {
        font-size: 60px;
        padding: 40px
    }

    .qodef-horizontal-portfolio-showcase .qodef-m-text.qodef-m-item {
        width: auto
    }

    .qodef-horizontal-portfolio-showcase .qodef-m-items-holder {
        flex-wrap: wrap;
        height: auto;
        overflow: visible !important;
        width: auto
    }

    .qodef-horizontal-portfolio-showcase .qodef-m-item {
        width: auto
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-inner {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        padding: 40px
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-custom-image {
        height: 60vw;
        width: calc(100vw - 2 * 40px);
        display: flex;
        align-items: center
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-custom-image img {
        width: 100%;
        max-width: 100%
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-featured-image {
        height: calc(50vw - 65px);
        margin-top: calc(((50vw - 65px)/ 2) * -1);
        padding: 15px;
        width: calc(50vw - 40px)
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-featured-image img {
        padding-left: 25px
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-list-media {
        height: calc(50vw - 65px);
        margin-top: calc(((50vw - 65px)/ 2) * -1);
        padding: 15px;
        width: calc(50vw - 40px)
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-list-media img,
    .qodef-horizontal-portfolio-showcase .qodef-e-list-media video {
        padding-right: 25px
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-categories {
        margin: 18px 0 0 40px;
        width: 100%
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-title {
        margin: 8px 0 0 40px;
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .qodef-horizontal-portfolio-showcase .qodef-e-inner {
        padding: 40px
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-custom-image {
        width: calc(100vw - 2 * 40px)
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-featured-image {
        height: calc(50vw - 60px);
        margin-top: calc(((50vw - 60px)/ 2) * -1);
        padding: 10px;
        width: calc(50vw - 40px)
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-featured-image img {
        padding-left: 20px
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-list-media {
        height: calc(50vw - 60px);
        margin-top: calc(((50vw - 60px)/ 2) * -1);
        padding: 10px;
        width: calc(50vw - 40px)
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-list-media img,
    .qodef-horizontal-portfolio-showcase .qodef-e-list-media video {
        padding-right: 20px
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-categories {
        margin: 18px 0 0 30px
    }

    .qodef-horizontal-portfolio-showcase .qodef-e-title {
        margin: 8px 0 0 30px
    }
}

@media only screen and (max-width:768px) {
    .qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-number {
        width: 38px
    }
}

@media only screen and (max-width:480px) {
    .qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-content {
        flex-wrap: wrap
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-number {
        display: none
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-title {
        width: 100%
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--numbered-list .qodef-e-info-category {
        width: 100%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list {
        padding-top: calc(50vh + 42px)
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image {
        height: 50vh
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image .qodef-e-media-image,
    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image a,
    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image img {
        height: 50vh
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
        font-size: 52px;
        white-space: normal;
        text-align: center;
        margin: 0
    }
}

@media only screen and (max-width:1366px) {
    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e {
        margin: 0 33px
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
        font-size: 50px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list {
        top: 20px
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e {
        margin: 0 25px
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e:not(:last-child) .qodef-e-title:after {
        right: -33px
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
        font-size: 45px
    }
}

@media only screen and (max-width:680px) {
    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
        font-size: 40px
    }
}

@media only screen and (max-width:480px) {
    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-image a:after {
        display: none
    }

    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title {
        font-size: 35px
    }
}

@media only screen and (max-width:374px) {
    .qodef-interactive-portfolio-list.qodef-item-layout--simple-list .qodef-e-title:after {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .qodef-portfolio-list-fixed-layout article:nth-of-type(5n) {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:768px) {
    .qodef-portfolio-list-fixed-layout article {
        margin-bottom: 55px !important
    }

    .qodef-portfolio-list-fixed-layout article .qodef-e-inner {
        padding-top: 0 !important
    }

    .qodef-portfolio-list-fixed-layout article:nth-of-type(5n+1),
    .qodef-portfolio-list-fixed-layout article:nth-of-type(5n+4) {
        width: 100% !important
    }

    .qodef-portfolio-list-fixed-layout article:nth-of-type(5n+2),
    .qodef-portfolio-list-fixed-layout article:nth-of-type(5n+3) {
        width: 100% !important
    }

    .qodef-portfolio-list-fixed-layout article:nth-of-type(10n+3) {
        align-items: initial
    }
}

@media only screen and (max-width:480px) {
    .qodef-portfolio-list-fixed-layout article .qodef-e-inner {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-list .qodef-e-inner {
        margin: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-portfolio-project-info .qodef-portfolio-info {
        margin-top: 60px
    }

    .qodef-portfolio-project-info.qodef-project-info-layout--narrow .qodef-e-excerpt {
        margin: 0
    }

    .qodef-portfolio-project-info.qodef-project-info-layout--wide .qodef-e-excerpt {
        margin: 0
    }
}

@media only screen and (max-width:680px) {
    .qodef-portfolio-project-info.qodef-project-info-layout--wide .qodef-portfolio-info .qodef-e {
        flex: 0 100%
    }
}

@media only screen and (max-width:1600px) {
    .qodef-portfolio-showcase .qodef-e-text {
        font-size: 80px
    }

    .qodef-portfolio-showcase .qodef-e-text.qodef--highlight svg {
        height: 103.12px;
        top: -23.33722px
    }

    .qodef-portfolio-showcase .qodef-e-image {
        height: 62.69592px;
        margin-top: -2.66667px
    }

    .qodef-portfolio-showcase .qodef-e-image a,
    .qodef-portfolio-showcase .qodef-e-image img {
        height: 62.69592px
    }
}

@media only screen and (max-width:1440px) {
    .qodef-portfolio-showcase .qodef-e-text {
        font-size: 70px
    }

    .qodef-portfolio-showcase .qodef-e-text.qodef--highlight svg {
        height: 90.23px;
        top: -20.42007px
    }

    .qodef-portfolio-showcase .qodef-e-image {
        height: 54.85893px;
        margin-top: -2.33333px
    }

    .qodef-portfolio-showcase .qodef-e-image a,
    .qodef-portfolio-showcase .qodef-e-image img {
        height: 54.85893px
    }
}

@media only screen and (max-width:1366px) {

    .qodef-portfolio-showcase .qodef-e-image,
    .qodef-portfolio-showcase .qodef-e-text {
        margin: 0 20px 0 0
    }
}

@media only screen and (max-width:680px) {

    .qodef-portfolio-showcase .qodef-e-image,
    .qodef-portfolio-showcase .qodef-e-text {
        margin: 0 5px 0 5px;
        padding: 0 10px 0 10px
    }

    .qodef-portfolio-showcase .qodef-e-text {
        font-size: 60px;
        line-height: 1em !important
    }

    .qodef-portfolio-showcase .qodef-e-text.qodef--highlight svg {
        height: 77.34px;
        top: -17.50292px
    }

    .qodef-portfolio-showcase .qodef-e-image {
        height: 47.02194px;
        margin-top: -2px
    }

    .qodef-portfolio-showcase .qodef-e-image a,
    .qodef-portfolio-showcase .qodef-e-image img {
        height: 47.02194px
    }
}

@media only screen and (max-width:480px) {
    #qodef-single-portfolio-navigation .qodef-m-nav-label {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-inner {
        padding: 30px 30px 0 30px
    }

    .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-text {
        margin: 2px 0 30px 0
    }
}

@media only screen and (max-width:1280px) {
    .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-inner {
        padding: 20px 20px 0 20px
    }

    .qodef-team-list.qodef-item-layout--info-on-hover .qodef-e-custom-text-with-button .qodef-e-text {
        margin: 2px 0 20px 0
    }
}

@media only screen and (max-width:1440px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--predefined.qodef-col-num--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 33.33333%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 28.57143%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 33.33333%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 28.57143%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 25%
    }
}

@media only screen and (max-width:1440px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 33.33333%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 28.57143%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1440--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 25%
    }
}

@media only screen and (max-width:1366px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 33.33333%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 28.57143%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1366--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 25%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 33.33333%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 28.57143%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--1024--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 25%
    }
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 33.33333%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 28.57143%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--768--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 25%
    }
}

@media only screen and (max-width:680px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 33.33333%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 28.57143%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--680--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 25%
    }
}

@media only screen and (max-width:480px) {
    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--1.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--2.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 100%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--3.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 66.66667%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--4.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 50%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--5.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 40%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--6.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 33.33333%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--7.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 28.57143%
    }

    .qodef-team-list.qodef-item-layout--info-on-hover.qodef-responsive--custom.qodef-col-num--480--8.qodef-column-span--2>.qodef-grid-inner>.qodef-e-custom-content-item {
        width: 25%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-team-list.qodef-item-layout--info-on-side .qodef-e-inner {
        flex-direction: column
    }

    .qodef-team-list.qodef-item-layout--info-on-side .qodef-e-content {
        flex: initial;
        margin-left: 0;
        margin-top: 20px
    }

    .qodef-team-list.qodef-item-layout--info-on-side .qodef-e-image {
        flex: initial
    }

    .qodef-team-list.qodef-item-layout--info-on-side .qodef-e-description {
        margin: 20px 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-team-list.qodef-item-layout--info-on-side .qodef-e-inner {
        padding-bottom: 0
    }
}

@media only screen and (max-width:1024px) {
    .qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:680px) {
    .qodef-process .qodef-e-inner {
        grid-template-rows: 1fr minmax(0, min-content);
        grid-template-columns: minmax(122px, min-content) 102px
    }

    .qodef-process .qodef-e-title {
        margin: 0
    }

    .qodef-process .qodef-e-image {
        display: block;
        opacity: 1
    }

    .qodef-process .qodef-e-image svg path {
        stroke-dashoffset: 0
    }
}

@media only screen and (max-width:1366px) {
    .qodef-section-title span.qodef-m-title {
        font-size: 90px !important
    }
}

@media only screen and (max-width:1024px) {
    .qodef-section-title span.qodef-m-title {
        font-size: 60px !important
    }
}

@media only screen and (max-width:680px) {
    .qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none
    }
}

@media only screen and (max-width:1024px) {
    body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
        padding-top: 0 !important
    }
}

@media only screen and (max-width:1024px) {
    #qodef-page-sidebar .qodef-social-icons-group {
        justify-content: flex-start
    }
}
